#F09EE1

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

Shades of Lavender Rose #F09EE1

Tints of Lavender Rose #F09EE1

Color information

#F09EE1 (or 0xF09EE1) is unknown color: approx Lavender Rose. HEX triplet: F0, 9E and E1. RGB value is (240,158,225). Sum of RGB (Red+Green+Blue) = 240+158+225=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EE1 is #0F611E. Grayscale: #BDBDBD. Windows color (decimal): -1007903 or 14786288. OLE color: 14786288.

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

Color convert

RGB240158225-
CMYK00.340.060.06
HSL310.98º73.21%78.04%-
HSV(B)310.98º34.17%94.12%-
XYZ61.7548.4277.32-
YUV190.16147.67163.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 158 (62.11% from 255) = 25.36%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=38.52%
G=25.36%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015822500.340.060.06310.9873.2178.04
HexF09EE102266137494e
Octal36023634104266467111116
Binary111100001001111011100001010001011011010011011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09EE1; }

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

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

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

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

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

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

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

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