#F099EA

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

Shades of Lavender Rose #F099EA

Tints of Lavender Rose #F099EA

Color information

#F099EA (or 0xF099EA) is unknown color: approx Lavender Rose. HEX triplet: F0, 99 and EA. RGB value is (240,153,234). Sum of RGB (Red+Green+Blue) = 240+153+234=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F099EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F099EA is #0F6615. Grayscale: #BCBCBC. Windows color (decimal): -1009174 or 15374832. OLE color: 15374832.

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

Color convert

RGB240153234-
CMYK00.360.020.06
HSL304.14º74.36%77.06%-
HSV(B)304.14º36.25%94.12%-
XYZ62.1847.2583.68-
YUV188.25153.82164.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 153 (60.16% from 255) = 24.40%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=38.28%
G=24.40%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015323400.360.020.06304.1474.3677.06
HexF099EA024261304a4d
Octal36023135204426460112115
Binary11110000100110011110101001001001011010011000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F099EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F099EA; }

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

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

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

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

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

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

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

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