#F099D5

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

Shades of Lavender Rose #F099D5

Tints of Lavender Rose #F099D5

Color information

#F099D5 (or 0xF099D5) is unknown color: approx Lavender Rose. HEX triplet: F0, 99 and D5. RGB value is (240,153,213). Sum of RGB (Red+Green+Blue) = 240+153+213=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F099D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099D5 is #0F662A. Grayscale: #B9B9B9. Windows color (decimal): -1009195 or 13998576. OLE color: 13998576.

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

Color convert

RGB240153213-
CMYK00.360.110.06
HSL318.62º74.36%77.06%-
HSV(B)318.62º36.25%94.12%-
XYZ59.3446.1168.72-
YUV185.85143.32166.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 153 (60.16% from 255) = 25.25%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=39.60%
G=25.25%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015321300.360.110.06318.6274.3677.06
HexF099D5024B613f4a4d
Octal360231325044136477112115
Binary1111000010011001110101010100100101111010011111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F099D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F099D5; }

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

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

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

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

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

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

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

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