#F099D6

Color #F099D6 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F099D6

Tints of Lavender Rose #F099D6

Color information

#F099D6 (or 0xF099D6) is unknown color: approx Lavender Rose. HEX triplet: F0, 99 and D6. RGB value is (240,153,214). Sum of RGB (Red+Green+Blue) = 240+153+214=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F099D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099D6 is #0F6629. Grayscale: #B9B9B9. Windows color (decimal): -1009194 or 14064112. OLE color: 14064112.

HSL color Cylindrical-coordinate representation of color #F099D6: hue angle of 317.93º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099D6 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB240153214-
CMYK00.360.110.06
HSL317.93º74.36%77.06%-
HSV(B)317.93º36.25%94.12%-
XYZ59.4646.1669.39-
YUV185.97143.82166.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 153 (60.16% from 255) = 25.21%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=39.54%
G=25.21%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015321400.360.110.06317.9374.3677.06
HexF099D6024B613e4a4d
Octal360231326044136476112115
Binary1111000010011001110101100100100101111010011111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F099D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F099D6; }

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

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

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

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

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

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

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

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