#F096D6

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

Shades of Lavender Rose #F096D6

Tints of Lavender Rose #F096D6

Color information

#F096D6 (or 0xF096D6) is unknown color: approx Lavender Rose. HEX triplet: F0, 96 and D6. RGB value is (240,150,214). Sum of RGB (Red+Green+Blue) = 240+150+214=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F096D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096D6 is #0F6929. Grayscale: #B8B8B8. Windows color (decimal): -1009962 or 14063344. OLE color: 14063344.

HSL color Cylindrical-coordinate representation of color #F096D6: hue angle of 317.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096D6 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB240150214-
CMYK00.370.110.06
HSL317.33º75%76.47%-
HSV(B)317.33º37.5%94.12%-
XYZ58.9845.1969.23-
YUV184.21144.82167.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 150 (58.98% from 255) = 24.83%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=39.74%
G=24.83%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015021400.370.110.06317.337576.47
HexF096D6025B613d4b4c
Octal360226326045136475113114
Binary1111000010010110110101100100101101111010011110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096D6; }

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

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

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

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

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

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

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

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