#F09CEA

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

Shades of Lavender Rose #F09CEA

Tints of Lavender Rose #F09CEA

Color information

#F09CEA (or 0xF09CEA) is unknown color: approx Lavender Rose. HEX triplet: F0, 9C and EA. RGB value is (240,156,234). Sum of RGB (Red+Green+Blue) = 240+156+234=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CEA is #0F6315. Grayscale: #BDBDBD. Windows color (decimal): -1008406 or 15375600. OLE color: 15375600.

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

Color convert

RGB240156234-
CMYK00.350.020.06
HSL304.29º73.68%77.65%-
HSV(B)304.29º35%94.12%-
XYZ62.6748.2483.85-
YUV190.01152.83163.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 156 (61.33% from 255) = 24.76%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=38.10%
G=24.76%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015623400.350.020.06304.2973.6877.65
HexF09CEA023261304a4e
Octal36023435204326460112116
Binary11110000100111001110101001000111011010011000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CEA; }

 p { color: rgb(240,156,234); }

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

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

 a { background-color: rgb(240,156,234); }

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

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

 span { border-color: rgb(240,156,234); }

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