#F09EE5

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

Shades of Lavender Rose #F09EE5

Tints of Lavender Rose #F09EE5

Color information

#F09EE5 (or 0xF09EE5) is unknown color: approx Lavender Rose. HEX triplet: F0, 9E and E5. RGB value is (240,158,229). Sum of RGB (Red+Green+Blue) = 240+158+229=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EE5 is #0F611A. Grayscale: #BEBEBE. Windows color (decimal): -1007899 or 15048432. OLE color: 15048432.

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

Color convert

RGB240158229-
CMYK00.340.050.06
HSL308.05º73.21%78.04%-
HSV(B)308.05º34.17%94.12%-
XYZ62.348.6480.23-
YUV190.61149.67163.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 158 (62.11% from 255) = 25.20%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=38.28%
G=25.20%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015822900.340.050.06308.0573.2178.04
HexF09EE502256134494e
Octal36023634504256464111116
Binary111100001001111011100101010001010111010011010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09EE5; }

 p { color: rgb(240,158,229); }

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

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

 a { background-color: rgb(240,158,229); }

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

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

 span { border-color: rgb(240,158,229); }

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