Shades of Lavender Rose #FF9AF2
Tints of Lavender Rose #FF9AF2
RGB
CMYK
RGB Variations
Color information
#FF9AF2 (or 0xFF9AF2) is known color: Lavender Rose. HEX triplet: FF, 9A and F2. RGB value is (255,154,242). Sum of RGB (Red+Green+Blue) = 255+154+242=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 154 (60.55% from 255 or 23.66% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9AF2 is #00650D. Grayscale: #C1C1C1. Windows color (decimal): -25870 or 15899391. OLE color: 15899391.
HSL color Cylindrical-coordinate representation of color #FF9AF2: hue angle of 307.72º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AF2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 242 | - |
| CMYK | 0 | 0.40 | 0.05 | 0 |
| HSL | 307.72º | 1% | 0.8% | - |
| HSV(B) | 307.72º | 0.4% | 1% | - |
| XYZ | 68.82 | 50.78 | 90.18 | - |
| YUV | 194.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 242 | 0 | 0.40 | 0.05 | 0 | 307.72 | 1 | 0.8 |
| Hex | FF | 9A | F2 | 0 | 28 | 5 | 0 | 134 | 64 | 50 |
| Octal | 377 | 232 | 362 | 0 | 50 | 5 | 0 | 464 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11110010 | 0 | 101000 | 101 | 0 | 100110100 | 1100100 | 1010000 |
Color Harmonies of #FF9AF2
Complementary color
Monochromatic Colors of #FF9AF2
Black with #FF9AF2
Text Example
Text Example
White with #FF9AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AF2; }
p { color: rgb(255,154,242); }
H1.HeaderClassName
{
color: #FF9AF2;
}
.AnyTagClassName
{
color: #FF9AF2;
}
</style>
background-color css
<style>
a { background-color: #FF9AF2; }
a { background-color: rgb(255,154,242); }
div.DivClassName
{
background-color: #FF9AF2;
}
.BgClassName
{
background-color: #FF9AF2;
}
</style>
border-color css
<style>
span { border-color: #FF9AF2; }
span { border-color: rgb(255,154,242); }
td.TdClassName
{
border-color: #FF9AF2;
}
.TagClassName
{
border-color: #FF9AF2;
}
</style>