#F099DF

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

Shades of Lavender Rose #F099DF

Tints of Lavender Rose #F099DF

Color information

#F099DF (or 0xF099DF) is unknown color: approx Lavender Rose. HEX triplet: F0, 99 and DF. RGB value is (240,153,223). Sum of RGB (Red+Green+Blue) = 240+153+223=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F099DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099DF is #0F6620. Grayscale: #BABABA. Windows color (decimal): -1009185 or 14653936. OLE color: 14653936.

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

Color convert

RGB240153223-
CMYK00.360.070.06
HSL311.72º74.36%77.06%-
HSV(B)311.72º36.25%94.12%-
XYZ60.6546.6475.62-
YUV186.99148.32165.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 153 (60.16% from 255) = 24.84%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=38.96%
G=24.84%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015322300.360.070.06311.7274.3677.06
HexF099DF024761384a4d
Octal36023133704476470112115
Binary111100001001100111011111010010011111010011100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F099DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F099DF; }

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

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

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

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

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

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

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

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