Shades of Violet #F999F5
Tints of Violet #F999F5
RGB
CMYK
RGB Variations
Color information
#F999F5 (or 0xF999F5) is known color: Violet. HEX triplet: F9, 99 and F5. RGB value is (249,153,245). Sum of RGB (Red+Green+Blue) = 249+153+245=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 153 (60.16% from 255 or 23.65% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F999F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F999F5 is #06660A. Grayscale: #BFBFBF. Windows color (decimal): -419339 or 16095737. OLE color: 16095737.
HSL color Cylindrical-coordinate representation of color #F999F5: hue angle of 302.5º degrees, saturation: 0.89, 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 #F999F5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 245 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.02 |
| HSL | 302.5º | 0.89% | 0.79% | - |
| HSV(B) | 302.5º | 0.39% | 0.98% | - |
| XYZ | 66.94 | 49.51 | 92.42 | - |
| YUV | 192.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 245 | 0 | 0.39 | 0.02 | 0.02 | 302.5 | 0.89 | 0.79 |
| Hex | F9 | 99 | F5 | 0 | 27 | 2 | 2 | 12E | 59 | 4F |
| Octal | 371 | 231 | 365 | 0 | 47 | 2 | 2 | 456 | 131 | 117 |
| Binary | 11111001 | 10011001 | 11110101 | 0 | 100111 | 10 | 10 | 100101110 | 1011001 | 1001111 |
Color Harmonies of #F999F5
Complementary color
Monochromatic Colors of #F999F5
Black with #F999F5
Text Example
Text Example
White with #F999F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999F5; }
p { color: rgb(249,153,245); }
H1.HeaderClassName
{
color: #F999F5;
}
.AnyTagClassName
{
color: #F999F5;
}
</style>
background-color css
<style>
a { background-color: #F999F5; }
a { background-color: rgb(249,153,245); }
div.DivClassName
{
background-color: #F999F5;
}
.BgClassName
{
background-color: #F999F5;
}
</style>
border-color css
<style>
span { border-color: #F999F5; }
span { border-color: rgb(249,153,245); }
td.TdClassName
{
border-color: #F999F5;
}
.TagClassName
{
border-color: #F999F5;
}
</style>