#F099DA

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

Shades of Lavender Rose #F099DA

Tints of Lavender Rose #F099DA

Color information

#F099DA (or 0xF099DA) is unknown color: approx Lavender Rose. HEX triplet: F0, 99 and DA. RGB value is (240,153,218). Sum of RGB (Red+Green+Blue) = 240+153+218=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F099DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099DA is #0F6625. Grayscale: #BABABA. Windows color (decimal): -1009190 or 14326256. OLE color: 14326256.

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

Color convert

RGB240153218-
CMYK00.360.090.06
HSL315.17º74.36%77.06%-
HSV(B)315.17º36.25%94.12%-
XYZ59.9846.3772.12-
YUV186.42145.82166.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=39.28%
G=25.04%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015321800.360.090.06315.1774.3677.06
HexF099DA0249613b4a4d
Octal360231332044116473112115
Binary1111000010011001110110100100100100111010011101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F099DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F099DA; }

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

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

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

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

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

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

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

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