#F09FEA

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

Shades of Lavender Rose #F09FEA

Tints of Lavender Rose #F09FEA

Color information

#F09FEA (or 0xF09FEA) is unknown color: approx Lavender Rose. HEX triplet: F0, 9F and EA. RGB value is (240,159,234). Sum of RGB (Red+Green+Blue) = 240+159+234=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FEA is #0F6015. Grayscale: #BFBFBF. Windows color (decimal): -1007638 or 15376368. OLE color: 15376368.

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

Color convert

RGB240159234-
CMYK00.340.020.06
HSL304.44º72.97%78.24%-
HSV(B)304.44º33.75%94.12%-
XYZ63.1849.2684.02-
YUV191.77151.84162.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 159 (62.5% from 255) = 25.12%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=37.91%
G=25.12%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015923400.340.020.06304.4472.9778.24
HexF09FEA02226130494e
Octal36023735204226460111116
Binary11110000100111111110101001000101011010011000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FEA; }

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

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

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

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

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

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

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

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