#F096E6

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

Shades of Lavender Rose #F096E6

Tints of Lavender Rose #F096E6

Color information

#F096E6 (or 0xF096E6) is unknown color: approx Lavender Rose. HEX triplet: F0, 96 and E6. RGB value is (240,150,230). Sum of RGB (Red+Green+Blue) = 240+150+230=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F096E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096E6 is #0F6919. Grayscale: #B9B9B9. Windows color (decimal): -1009946 or 15111920. OLE color: 15111920.

HSL color Cylindrical-coordinate representation of color #F096E6: hue angle of 306.67º 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 #F096E6 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240150230-
CMYK00.370.040.06
HSL306.67º75%76.47%-
HSV(B)306.67º37.5%94.12%-
XYZ61.1246.0580.53-
YUV186.03152.82166.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 150 (58.98% from 255) = 24.19%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=38.71%
G=24.19%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015023000.370.040.06306.677576.47
HexF096E6025461334b4c
Octal36022634604546463113114
Binary111100001001011011100110010010110011010011001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096E6; }

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

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

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

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

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

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

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

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