#F09FE9

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

Shades of Lavender Rose #F09FE9

Tints of Lavender Rose #F09FE9

Color information

#F09FE9 (or 0xF09FE9) is unknown color: approx Lavender Rose. HEX triplet: F0, 9F and E9. RGB value is (240,159,233). Sum of RGB (Red+Green+Blue) = 240+159+233=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FE9 is #0F6016. Grayscale: #BFBFBF. Windows color (decimal): -1007639 or 15310832. OLE color: 15310832.

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

Color convert

RGB240159233-
CMYK00.340.030.06
HSL305.19º72.97%78.24%-
HSV(B)305.19º33.75%94.12%-
XYZ63.0449.283.27-
YUV191.66151.34162.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 159 (62.5% from 255) = 25.16%
BLUE value IS 233 (91.41% from 255) = 36.87%
R=37.97%
G=25.16%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015923300.340.030.06305.1972.9778.24
HexF09FE902236131494e
Octal36023735104236461111116
Binary11110000100111111110100101000101111010011000110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FE9; }

 p { color: rgb(240,159,233); }

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

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

 a { background-color: rgb(240,159,233); }

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

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

 span { border-color: rgb(240,159,233); }

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