Shades of Lavender Rose #F099D4
Tints of Lavender Rose #F099D4
RGB
CMYK
RGB Variations
Color information
#F099D4 (or 0xF099D4) is known color: Lavender Rose. HEX triplet: F0, 99 and D4. RGB value is (240,153,212). Sum of RGB (Red+Green+Blue) = 240+153+212=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F099D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099D4 is #0F662B. Grayscale: #B9B9B9. Windows color (decimal): -1009196 or 13933040. OLE color: 13933040.
HSL color Cylindrical-coordinate representation of color #F099D4: hue angle of 319.31º 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 #F099D4 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 212 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.06 |
| HSL | 319.31º | 0.74% | 0.77% | - |
| HSV(B) | 319.31º | 0.36% | 0.94% | - |
| XYZ | 59.21 | 46.06 | 68.06 | - |
| YUV | 185.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 212 | 0 | 0.36 | 0.12 | 0.06 | 319.31 | 0.74 | 0.77 |
| Hex | F0 | 99 | D4 | 0 | 24 | C | 6 | 13F | 4A | 4D |
| Octal | 360 | 231 | 324 | 0 | 44 | 14 | 6 | 477 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11010100 | 0 | 100100 | 1100 | 110 | 100111111 | 1001010 | 1001101 |
Color Harmonies of #F099D4
Complementary color
Monochromatic Colors of #F099D4
Black with #F099D4
Text Example
Text Example
White with #F099D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099D4; }
p { color: rgb(240,153,212); }
H1.HeaderClassName
{
color: #F099D4;
}
.AnyTagClassName
{
color: #F099D4;
}
</style>
background-color css
<style>
a { background-color: #F099D4; }
a { background-color: rgb(240,153,212); }
div.DivClassName
{
background-color: #F099D4;
}
.BgClassName
{
background-color: #F099D4;
}
</style>
border-color css
<style>
span { border-color: #F099D4; }
span { border-color: rgb(240,153,212); }
td.TdClassName
{
border-color: #F099D4;
}
.TagClassName
{
border-color: #F099D4;
}
</style>