Shades of Lavender Rose #F9A1F7
Tints of Lavender Rose #F9A1F7
RGB
CMYK
RGB Variations
Color information
#F9A1F7 (or 0xF9A1F7) is known color: Lavender Rose. HEX triplet: F9, A1 and F7. RGB value is (249,161,247). Sum of RGB (Red+Green+Blue) = 249+161+247=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 161 (63.28% from 255 or 24.51% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A1F7 is #065E08. Grayscale: #C4C4C4. Windows color (decimal): -417289 or 16228857. OLE color: 16228857.
HSL color Cylindrical-coordinate representation of color #F9A1F7: hue angle of 301.36º 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 #F9A1F7 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 247 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.02 |
| HSL | 301.36º | 0.88% | 0.8% | - |
| HSV(B) | 301.36º | 0.35% | 0.98% | - |
| XYZ | 68.6 | 52.34 | 94.48 | - |
| YUV | 197.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 247 | 0 | 0.35 | 0.01 | 0.02 | 301.36 | 0.88 | 0.8 |
| Hex | F9 | A1 | F7 | 0 | 23 | 1 | 2 | 12D | 58 | 50 |
| Octal | 371 | 241 | 367 | 0 | 43 | 1 | 2 | 455 | 130 | 120 |
| Binary | 11111001 | 10100001 | 11110111 | 0 | 100011 | 1 | 10 | 100101101 | 1011000 | 1010000 |
Color Harmonies of #F9A1F7
Complementary color
Monochromatic Colors of #F9A1F7
Black with #F9A1F7
Text Example
Text Example
White with #F9A1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1F7; }
p { color: rgb(249,161,247); }
H1.HeaderClassName
{
color: #F9A1F7;
}
.AnyTagClassName
{
color: #F9A1F7;
}
</style>
background-color css
<style>
a { background-color: #F9A1F7; }
a { background-color: rgb(249,161,247); }
div.DivClassName
{
background-color: #F9A1F7;
}
.BgClassName
{
background-color: #F9A1F7;
}
</style>
border-color css
<style>
span { border-color: #F9A1F7; }
span { border-color: rgb(249,161,247); }
td.TdClassName
{
border-color: #F9A1F7;
}
.TagClassName
{
border-color: #F9A1F7;
}
</style>