#F06699

Color #F06699 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #F06699

Tints of Pale Violet Red #F06699

Color information

#F06699 (or 0xF06699) is unknown color: approx Pale Violet Red. HEX triplet: F0, 66 and 99. RGB value is (240,102,153). Sum of RGB (Red+Green+Blue) = 240+102+153=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F06699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06699 is #0F9966. Grayscale: #959595. Windows color (decimal): -1022311 or 10053360. OLE color: 10053360.

HSL color Cylindrical-coordinate representation of color #F06699: hue angle of 337.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06699 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240102153-
CMYK00.580.360.06
HSL337.83º82.14%67.06%-
HSV(B)337.83º57.5%94.12%-
XYZ46.4430.3333.54-
YUV149.08130.22192.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=48.48%
G=20.61%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010215300.580.360.06337.8382.1467.06
HexF0669903A2461525243
Octal360146231072446522122103
Binary11110000110011010011001011101010010011010101001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06699; }

 p { color: rgb(240,102,153); }

 H1.HeaderClassName
 {
   color: #F06699;
 }
 .AnyTagClassName
 {
   color: #F06699;
 }
</style>
background-color css

<style>
 a { background-color: #F06699; }

 a { background-color: rgb(240,102,153); }

 div.DivClassName
 {
   background-color: #F06699;
 }
 .BgClassName
 {
   background-color: #F06699;
 }
</style>
border-color css

<style>
 span { border-color: #F06699; }

 span { border-color: rgb(240,102,153); }

 td.TdClassName
 {
   border-color: #F06699;
 }
 .TagClassName
 {
   border-color: #F06699;
 }
</style>