Shades of Lavender Rose #F99AF1
Tints of Lavender Rose #F99AF1
RGB
CMYK
RGB Variations
Color information
#F99AF1 (or 0xF99AF1) is known color: Lavender Rose. HEX triplet: F9, 9A and F1. RGB value is (249,154,241). Sum of RGB (Red+Green+Blue) = 249+154+241=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 154 (60.55% from 255 or 23.91% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AF1 is #06650E. Grayscale: #C0C0C0. Windows color (decimal): -419087 or 15833849. OLE color: 15833849.
HSL color Cylindrical-coordinate representation of color #F99AF1: hue angle of 305.05º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AF1 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 241 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.02 |
| HSL | 305.05º | 0.89% | 0.79% | - |
| HSV(B) | 305.05º | 0.38% | 0.98% | - |
| XYZ | 66.5 | 49.6 | 89.29 | - |
| YUV | 192.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 241 | 0 | 0.38 | 0.03 | 0.02 | 305.05 | 0.89 | 0.79 |
| Hex | F9 | 9A | F1 | 0 | 26 | 3 | 2 | 131 | 59 | 4F |
| Octal | 371 | 232 | 361 | 0 | 46 | 3 | 2 | 461 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11110001 | 0 | 100110 | 11 | 10 | 100110001 | 1011001 | 1001111 |
Color Harmonies of #F99AF1
Complementary color
Monochromatic Colors of #F99AF1
Black with #F99AF1
Text Example
Text Example
White with #F99AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AF1; }
p { color: rgb(249,154,241); }
H1.HeaderClassName
{
color: #F99AF1;
}
.AnyTagClassName
{
color: #F99AF1;
}
</style>
background-color css
<style>
a { background-color: #F99AF1; }
a { background-color: rgb(249,154,241); }
div.DivClassName
{
background-color: #F99AF1;
}
.BgClassName
{
background-color: #F99AF1;
}
</style>
border-color css
<style>
span { border-color: #F99AF1; }
span { border-color: rgb(249,154,241); }
td.TdClassName
{
border-color: #F99AF1;
}
.TagClassName
{
border-color: #F99AF1;
}
</style>