Shades of Lavender Rose #F99FE2
Tints of Lavender Rose #F99FE2
RGB
CMYK
RGB Variations
Color information
#F99FE2 (or 0xF99FE2) is known color: Lavender Rose. HEX triplet: F9, 9F and E2. RGB value is (249,159,226). Sum of RGB (Red+Green+Blue) = 249+159+226=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FE2 is #06601D. Grayscale: #C1C1C1. Windows color (decimal): -417822 or 14852089. OLE color: 14852089.
HSL color Cylindrical-coordinate representation of color #F99FE2: hue angle of 315.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FE2 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 226 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.02 |
| HSL | 315.33º | 0.88% | 0.8% | - |
| HSV(B) | 315.33º | 0.36% | 0.98% | - |
| XYZ | 65.19 | 50.43 | 78.25 | - |
| YUV | 193.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 226 | 0 | 0.36 | 0.09 | 0.02 | 315.33 | 0.88 | 0.8 |
| Hex | F9 | 9F | E2 | 0 | 24 | 9 | 2 | 13B | 58 | 50 |
| Octal | 371 | 237 | 342 | 0 | 44 | 11 | 2 | 473 | 130 | 120 |
| Binary | 11111001 | 10011111 | 11100010 | 0 | 100100 | 1001 | 10 | 100111011 | 1011000 | 1010000 |
Color Harmonies of #F99FE2
Complementary color
Monochromatic Colors of #F99FE2
Black with #F99FE2
Text Example
Text Example
White with #F99FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FE2; }
p { color: rgb(249,159,226); }
H1.HeaderClassName
{
color: #F99FE2;
}
.AnyTagClassName
{
color: #F99FE2;
}
</style>
background-color css
<style>
a { background-color: #F99FE2; }
a { background-color: rgb(249,159,226); }
div.DivClassName
{
background-color: #F99FE2;
}
.BgClassName
{
background-color: #F99FE2;
}
</style>
border-color css
<style>
span { border-color: #F99FE2; }
span { border-color: rgb(249,159,226); }
td.TdClassName
{
border-color: #F99FE2;
}
.TagClassName
{
border-color: #F99FE2;
}
</style>