Shades of Lavender Rose #F99EF5
Tints of Lavender Rose #F99EF5
RGB
CMYK
RGB Variations
Color information
#F99EF5 (or 0xF99EF5) is known color: Lavender Rose. HEX triplet: F9, 9E and F5. RGB value is (249,158,245). Sum of RGB (Red+Green+Blue) = 249+158+245=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99EF5 is #06610A. Grayscale: #C2C2C2. Windows color (decimal): -418059 or 16097017. OLE color: 16097017.
HSL color Cylindrical-coordinate representation of color #F99EF5: hue angle of 302.64º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EF5 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 245 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.02 |
| HSL | 302.64º | 0.88% | 0.8% | - |
| HSV(B) | 302.64º | 0.37% | 0.98% | - |
| XYZ | 67.78 | 51.19 | 92.69 | - |
| YUV | 195.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 245 | 0 | 0.37 | 0.02 | 0.02 | 302.64 | 0.88 | 0.8 |
| Hex | F9 | 9E | F5 | 0 | 25 | 2 | 2 | 12F | 58 | 50 |
| Octal | 371 | 236 | 365 | 0 | 45 | 2 | 2 | 457 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11110101 | 0 | 100101 | 10 | 10 | 100101111 | 1011000 | 1010000 |
Color Harmonies of #F99EF5
Complementary color
Monochromatic Colors of #F99EF5
Black with #F99EF5
Text Example
Text Example
White with #F99EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EF5; }
p { color: rgb(249,158,245); }
H1.HeaderClassName
{
color: #F99EF5;
}
.AnyTagClassName
{
color: #F99EF5;
}
</style>
background-color css
<style>
a { background-color: #F99EF5; }
a { background-color: rgb(249,158,245); }
div.DivClassName
{
background-color: #F99EF5;
}
.BgClassName
{
background-color: #F99EF5;
}
</style>
border-color css
<style>
span { border-color: #F99EF5; }
span { border-color: rgb(249,158,245); }
td.TdClassName
{
border-color: #F99EF5;
}
.TagClassName
{
border-color: #F99EF5;
}
</style>