Shades of Lavender Rose #FF9FE1
Tints of Lavender Rose #FF9FE1
RGB
CMYK
RGB Variations
Color information
#FF9FE1 (or 0xFF9FE1) is known color: Lavender Rose. HEX triplet: FF, 9F and E1. RGB value is (255,159,225). Sum of RGB (Red+Green+Blue) = 255+159+225=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FE1 is #00601E. Grayscale: #C3C3C3. Windows color (decimal): -24607 or 14786559. OLE color: 14786559.
HSL color Cylindrical-coordinate representation of color #FF9FE1: hue angle of 318.75º 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 #FF9FE1 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 225 | - |
| CMYK | 0 | 0.38 | 0.12 | 0 |
| HSL | 318.75º | 1% | 0.81% | - |
| HSV(B) | 318.75º | 0.38% | 1% | - |
| XYZ | 67.23 | 51.49 | 77.63 | - |
| YUV | 195.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 225 | 0 | 0.38 | 0.12 | 0 | 318.75 | 1 | 0.81 |
| Hex | FF | 9F | E1 | 0 | 26 | C | 0 | 13F | 64 | 51 |
| Octal | 377 | 237 | 341 | 0 | 46 | 14 | 0 | 477 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11100001 | 0 | 100110 | 1100 | 0 | 100111111 | 1100100 | 1010001 |
Color Harmonies of #FF9FE1
Complementary color
Monochromatic Colors of #FF9FE1
Black with #FF9FE1
Text Example
Text Example
White with #FF9FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FE1; }
p { color: rgb(255,159,225); }
H1.HeaderClassName
{
color: #FF9FE1;
}
.AnyTagClassName
{
color: #FF9FE1;
}
</style>
background-color css
<style>
a { background-color: #FF9FE1; }
a { background-color: rgb(255,159,225); }
div.DivClassName
{
background-color: #FF9FE1;
}
.BgClassName
{
background-color: #FF9FE1;
}
</style>
border-color css
<style>
span { border-color: #FF9FE1; }
span { border-color: rgb(255,159,225); }
td.TdClassName
{
border-color: #FF9FE1;
}
.TagClassName
{
border-color: #FF9FE1;
}
</style>