Shades of Lavender Rose #F99AF4
Tints of Lavender Rose #F99AF4
RGB
CMYK
RGB Variations
Color information
#F99AF4 (or 0xF99AF4) is known color: Lavender Rose. HEX triplet: F9, 9A and F4. RGB value is (249,154,244). Sum of RGB (Red+Green+Blue) = 249+154+244=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 154 (60.55% from 255 or 23.80% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AF4 is #06650B. Grayscale: #C0C0C0. Windows color (decimal): -419084 or 16030457. OLE color: 16030457.
HSL color Cylindrical-coordinate representation of color #F99AF4: hue angle of 303.16º 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 #F99AF4 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 244 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.02 |
| HSL | 303.16º | 0.89% | 0.79% | - |
| HSV(B) | 303.16º | 0.38% | 0.98% | - |
| XYZ | 66.95 | 49.78 | 91.67 | - |
| YUV | 192.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 244 | 0 | 0.38 | 0.02 | 0.02 | 303.16 | 0.89 | 0.79 |
| Hex | F9 | 9A | F4 | 0 | 26 | 2 | 2 | 12F | 59 | 4F |
| Octal | 371 | 232 | 364 | 0 | 46 | 2 | 2 | 457 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11110100 | 0 | 100110 | 10 | 10 | 100101111 | 1011001 | 1001111 |
Color Harmonies of #F99AF4
Complementary color
Monochromatic Colors of #F99AF4
Black with #F99AF4
Text Example
Text Example
White with #F99AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AF4; }
p { color: rgb(249,154,244); }
H1.HeaderClassName
{
color: #F99AF4;
}
.AnyTagClassName
{
color: #F99AF4;
}
</style>
background-color css
<style>
a { background-color: #F99AF4; }
a { background-color: rgb(249,154,244); }
div.DivClassName
{
background-color: #F99AF4;
}
.BgClassName
{
background-color: #F99AF4;
}
</style>
border-color css
<style>
span { border-color: #F99AF4; }
span { border-color: rgb(249,154,244); }
td.TdClassName
{
border-color: #F99AF4;
}
.TagClassName
{
border-color: #F99AF4;
}
</style>