Shades of Lavender Rose #FF9FF6
Tints of Lavender Rose #FF9FF6
RGB
CMYK
RGB Variations
Color information
#FF9FF6 (or 0xFF9FF6) is known color: Lavender Rose. HEX triplet: FF, 9F and F6. RGB value is (255,159,246). Sum of RGB (Red+Green+Blue) = 255+159+246=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 159 (62.5% from 255 or 24.09% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FF6 is #006009. Grayscale: #C5C5C5. Windows color (decimal): -24586 or 16162815. OLE color: 16162815.
HSL color Cylindrical-coordinate representation of color #FF9FF6: hue angle of 305.62º 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 #FF9FF6 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 246 | - |
| CMYK | 0 | 0.38 | 0.04 | 0 |
| HSL | 305.63º | 1% | 0.81% | - |
| HSV(B) | 305.63º | 0.38% | 1% | - |
| XYZ | 70.27 | 52.71 | 93.66 | - |
| YUV | 197.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 246 | 0 | 0.38 | 0.04 | 0 | 305.63 | 1 | 0.81 |
| Hex | FF | 9F | F6 | 0 | 26 | 4 | 0 | 132 | 64 | 51 |
| Octal | 377 | 237 | 366 | 0 | 46 | 4 | 0 | 462 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11110110 | 0 | 100110 | 100 | 0 | 100110010 | 1100100 | 1010001 |
Color Harmonies of #FF9FF6
Complementary color
Monochromatic Colors of #FF9FF6
Black with #FF9FF6
Text Example
Text Example
White with #FF9FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FF6; }
p { color: rgb(255,159,246); }
H1.HeaderClassName
{
color: #FF9FF6;
}
.AnyTagClassName
{
color: #FF9FF6;
}
</style>
background-color css
<style>
a { background-color: #FF9FF6; }
a { background-color: rgb(255,159,246); }
div.DivClassName
{
background-color: #FF9FF6;
}
.BgClassName
{
background-color: #FF9FF6;
}
</style>
border-color css
<style>
span { border-color: #FF9FF6; }
span { border-color: rgb(255,159,246); }
td.TdClassName
{
border-color: #FF9FF6;
}
.TagClassName
{
border-color: #FF9FF6;
}
</style>