Shades of Lavender Rose #FF9EF1
Tints of Lavender Rose #FF9EF1
RGB
CMYK
RGB Variations
Color information
#FF9EF1 (or 0xFF9EF1) is known color: Lavender Rose. HEX triplet: FF, 9E and F1. RGB value is (255,158,241). Sum of RGB (Red+Green+Blue) = 255+158+241=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 158 (62.11% from 255 or 24.16% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EF1 is #00610E. Grayscale: #C4C4C4. Windows color (decimal): -24847 or 15834879. OLE color: 15834879.
HSL color Cylindrical-coordinate representation of color #FF9EF1: hue angle of 308.66º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9EF1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 241 | - |
| CMYK | 0 | 0.38 | 0.05 | 0 |
| HSL | 308.66º | 1% | 0.81% | - |
| HSV(B) | 308.66º | 0.38% | 1% | - |
| XYZ | 69.34 | 52.06 | 89.61 | - |
| YUV | 196.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 241 | 0 | 0.38 | 0.05 | 0 | 308.66 | 1 | 0.81 |
| Hex | FF | 9E | F1 | 0 | 26 | 5 | 0 | 135 | 64 | 51 |
| Octal | 377 | 236 | 361 | 0 | 46 | 5 | 0 | 465 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11110001 | 0 | 100110 | 101 | 0 | 100110101 | 1100100 | 1010001 |
Color Harmonies of #FF9EF1
Complementary color
Monochromatic Colors of #FF9EF1
Black with #FF9EF1
Text Example
Text Example
White with #FF9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EF1; }
p { color: rgb(255,158,241); }
H1.HeaderClassName
{
color: #FF9EF1;
}
.AnyTagClassName
{
color: #FF9EF1;
}
</style>
background-color css
<style>
a { background-color: #FF9EF1; }
a { background-color: rgb(255,158,241); }
div.DivClassName
{
background-color: #FF9EF1;
}
.BgClassName
{
background-color: #FF9EF1;
}
</style>
border-color css
<style>
span { border-color: #FF9EF1; }
span { border-color: rgb(255,158,241); }
td.TdClassName
{
border-color: #FF9EF1;
}
.TagClassName
{
border-color: #FF9EF1;
}
</style>