Shades of Lavender Rose #F9A1F6
Tints of Lavender Rose #F9A1F6
RGB
CMYK
RGB Variations
Color information
#F9A1F6 (or 0xF9A1F6) is known color: Lavender Rose. HEX triplet: F9, A1 and F6. RGB value is (249,161,246). Sum of RGB (Red+Green+Blue) = 249+161+246=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 161 (63.28% from 255 or 24.54% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A1F6 is #065E09. Grayscale: #C4C4C4. Windows color (decimal): -417290 or 16163321. OLE color: 16163321.
HSL color Cylindrical-coordinate representation of color #F9A1F6: hue angle of 302.05º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1F6 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 246 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.02 |
| HSL | 302.05º | 0.88% | 0.8% | - |
| HSV(B) | 302.05º | 0.35% | 0.98% | - |
| XYZ | 68.45 | 52.28 | 93.67 | - |
| YUV | 197 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 246 | 0 | 0.35 | 0.01 | 0.02 | 302.05 | 0.88 | 0.8 |
| Hex | F9 | A1 | F6 | 0 | 23 | 1 | 2 | 12E | 58 | 50 |
| Octal | 371 | 241 | 366 | 0 | 43 | 1 | 2 | 456 | 130 | 120 |
| Binary | 11111001 | 10100001 | 11110110 | 0 | 100011 | 1 | 10 | 100101110 | 1011000 | 1010000 |
Color Harmonies of #F9A1F6
Complementary color
Monochromatic Colors of #F9A1F6
Black with #F9A1F6
Text Example
Text Example
White with #F9A1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1F6; }
p { color: rgb(249,161,246); }
H1.HeaderClassName
{
color: #F9A1F6;
}
.AnyTagClassName
{
color: #F9A1F6;
}
</style>
background-color css
<style>
a { background-color: #F9A1F6; }
a { background-color: rgb(249,161,246); }
div.DivClassName
{
background-color: #F9A1F6;
}
.BgClassName
{
background-color: #F9A1F6;
}
</style>
border-color css
<style>
span { border-color: #F9A1F6; }
span { border-color: rgb(249,161,246); }
td.TdClassName
{
border-color: #F9A1F6;
}
.TagClassName
{
border-color: #F9A1F6;
}
</style>