Shades of Lavender Rose #FF9FFF
Tints of Lavender Rose #FF9FFF
RGB
CMYK
RGB Variations
Color information
#FF9FFF (or 0xFF9FFF) is known color: Lavender Rose. HEX triplet: FF, 9F and FF. RGB value is (255,159,255). Sum of RGB (Red+Green+Blue) = 255+159+255=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 159 (62.5% from 255 or 23.77% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FFF is #006000. Grayscale: #C6C6C6. Windows color (decimal): -24577 or 16752639. OLE color: 16752639.
HSL color Cylindrical-coordinate representation of color #FF9FFF: hue angle of 300º 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 #FF9FFF is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 255 | - |
| CMYK | 0 | 0.38 | 0 | 0 |
| HSL | 300º | 1% | 0.81% | - |
| HSV(B) | 300º | 0.38% | 1% | - |
| XYZ | 71.69 | 53.28 | 101.11 | - |
| YUV | 198.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 255 | 0 | 0.38 | 0 | 0 | 300 | 1 | 0.81 |
| Hex | FF | 9F | FF | 0 | 26 | 0 | 0 | 12C | 64 | 51 |
| Octal | 377 | 237 | 377 | 0 | 46 | 0 | 0 | 454 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11111111 | 0 | 100110 | 0 | 0 | 100101100 | 1100100 | 1010001 |
Color Harmonies of #FF9FFF
Complementary color
Monochromatic Colors of #FF9FFF
Black with #FF9FFF
Text Example
Text Example
White with #FF9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FFF; }
p { color: rgb(255,159,255); }
H1.HeaderClassName
{
color: #FF9FFF;
}
.AnyTagClassName
{
color: #FF9FFF;
}
</style>
background-color css
<style>
a { background-color: #FF9FFF; }
a { background-color: rgb(255,159,255); }
div.DivClassName
{
background-color: #FF9FFF;
}
.BgClassName
{
background-color: #FF9FFF;
}
</style>
border-color css
<style>
span { border-color: #FF9FFF; }
span { border-color: rgb(255,159,255); }
td.TdClassName
{
border-color: #FF9FFF;
}
.TagClassName
{
border-color: #FF9FFF;
}
</style>