Shades of Lavender Rose #FF99F2
Tints of Lavender Rose #FF99F2
RGB
CMYK
RGB Variations
Color information
#FF99F2 (or 0xFF99F2) is known color: Lavender Rose. HEX triplet: FF, 99 and F2. RGB value is (255,153,242). Sum of RGB (Red+Green+Blue) = 255+153+242=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 153 (60.16% from 255 or 23.54% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99F2 is #00660D. Grayscale: #C1C1C1. Windows color (decimal): -26126 or 15899135. OLE color: 15899135.
HSL color Cylindrical-coordinate representation of color #FF99F2: hue angle of 307.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99F2 is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 242 | - |
| CMYK | 0 | 0.4 | 0.05 | 0 |
| HSL | 307.65º | 1% | 0.8% | - |
| HSV(B) | 307.65º | 0.4% | 1% | - |
| XYZ | 68.66 | 50.45 | 90.12 | - |
| YUV | 193.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 242 | 0 | 0.4 | 0.05 | 0 | 307.65 | 1 | 0.8 |
| Hex | FF | 99 | F2 | 0 | 28 | 5 | 0 | 134 | 64 | 50 |
| Octal | 377 | 231 | 362 | 0 | 50 | 5 | 0 | 464 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11110010 | 0 | 101000 | 101 | 0 | 100110100 | 1100100 | 1010000 |
Color Harmonies of #FF99F2
Complementary color
Monochromatic Colors of #FF99F2
Black with #FF99F2
Text Example
Text Example
White with #FF99F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99F2; }
p { color: rgb(255,153,242); }
H1.HeaderClassName
{
color: #FF99F2;
}
.AnyTagClassName
{
color: #FF99F2;
}
</style>
background-color css
<style>
a { background-color: #FF99F2; }
a { background-color: rgb(255,153,242); }
div.DivClassName
{
background-color: #FF99F2;
}
.BgClassName
{
background-color: #FF99F2;
}
</style>
border-color css
<style>
span { border-color: #FF99F2; }
span { border-color: rgb(255,153,242); }
td.TdClassName
{
border-color: #FF99F2;
}
.TagClassName
{
border-color: #FF99F2;
}
</style>