Shades of Lavender Rose #FA99F5
Tints of Lavender Rose #FA99F5
RGB
CMYK
RGB Variations
Color information
#FA99F5 (or 0xFA99F5) is known color: Lavender Rose. HEX triplet: FA, 99 and F5. RGB value is (250,153,245). Sum of RGB (Red+Green+Blue) = 250+153+245=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 153 (60.16% from 255 or 23.61% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99F5 is #05660A. Grayscale: #C0C0C0. Windows color (decimal): -353803 or 16095738. OLE color: 16095738.
HSL color Cylindrical-coordinate representation of color #FA99F5: hue angle of 303.09º 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 #FA99F5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 245 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.02 |
| HSL | 303.09º | 0.91% | 0.79% | - |
| HSV(B) | 303.09º | 0.39% | 0.98% | - |
| XYZ | 67.3 | 49.7 | 92.43 | - |
| YUV | 192.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 245 | 0 | 0.39 | 0.02 | 0.02 | 303.09 | 0.91 | 0.79 |
| Hex | FA | 99 | F5 | 0 | 27 | 2 | 2 | 12F | 5B | 4F |
| Octal | 372 | 231 | 365 | 0 | 47 | 2 | 2 | 457 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11110101 | 0 | 100111 | 10 | 10 | 100101111 | 1011011 | 1001111 |
Color Harmonies of #FA99F5
Complementary color
Monochromatic Colors of #FA99F5
Black with #FA99F5
Text Example
Text Example
White with #FA99F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99F5; }
p { color: rgb(250,153,245); }
H1.HeaderClassName
{
color: #FA99F5;
}
.AnyTagClassName
{
color: #FA99F5;
}
</style>
background-color css
<style>
a { background-color: #FA99F5; }
a { background-color: rgb(250,153,245); }
div.DivClassName
{
background-color: #FA99F5;
}
.BgClassName
{
background-color: #FA99F5;
}
</style>
border-color css
<style>
span { border-color: #FA99F5; }
span { border-color: rgb(250,153,245); }
td.TdClassName
{
border-color: #FA99F5;
}
.TagClassName
{
border-color: #FA99F5;
}
</style>