Shades of Lavender Rose #FA99F1
Tints of Lavender Rose #FA99F1
RGB
CMYK
RGB Variations
Color information
#FA99F1 (or 0xFA99F1) is known color: Lavender Rose. HEX triplet: FA, 99 and F1. RGB value is (250,153,241). Sum of RGB (Red+Green+Blue) = 250+153+241=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 153 (60.16% from 255 or 23.76% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99F1 is #05660E. Grayscale: #BFBFBF. Windows color (decimal): -353807 or 15833594. OLE color: 15833594.
HSL color Cylindrical-coordinate representation of color #FA99F1: hue angle of 305.57º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99F1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 241 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.02 |
| HSL | 305.57º | 0.91% | 0.79% | - |
| HSV(B) | 305.57º | 0.39% | 0.98% | - |
| XYZ | 66.69 | 49.46 | 89.25 | - |
| YUV | 192.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 241 | 0 | 0.39 | 0.04 | 0.02 | 305.57 | 0.91 | 0.79 |
| Hex | FA | 99 | F1 | 0 | 27 | 4 | 2 | 132 | 5B | 4F |
| Octal | 372 | 231 | 361 | 0 | 47 | 4 | 2 | 462 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11110001 | 0 | 100111 | 100 | 10 | 100110010 | 1011011 | 1001111 |
Color Harmonies of #FA99F1
Complementary color
Monochromatic Colors of #FA99F1
Black with #FA99F1
Text Example
Text Example
White with #FA99F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99F1; }
p { color: rgb(250,153,241); }
H1.HeaderClassName
{
color: #FA99F1;
}
.AnyTagClassName
{
color: #FA99F1;
}
</style>
background-color css
<style>
a { background-color: #FA99F1; }
a { background-color: rgb(250,153,241); }
div.DivClassName
{
background-color: #FA99F1;
}
.BgClassName
{
background-color: #FA99F1;
}
</style>
border-color css
<style>
span { border-color: #FA99F1; }
span { border-color: rgb(250,153,241); }
td.TdClassName
{
border-color: #FA99F1;
}
.TagClassName
{
border-color: #FA99F1;
}
</style>