Shades of Violet #F99FFF
Tints of Violet #F99FFF
RGB
CMYK
RGB Variations
Color information
#F99FFF (or 0xF99FFF) is known color: Violet. HEX triplet: F9, 9F and FF. RGB value is (249,159,255). Sum of RGB (Red+Green+Blue) = 249+159+255=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 159 (62.5% from 255 or 23.98% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #F99FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99FFF is #066000. Grayscale: #C4C4C4. Windows color (decimal): -417793 or 16752633. OLE color: 16752633.
HSL color Cylindrical-coordinate representation of color #F99FFF: hue angle of 296.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99FFF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 159 | 255 | - |
| CMYK | 0.02 | 0.38 | 0 | 0 |
| HSL | 296.25º | 1% | 0.81% | - |
| HSV(B) | 296.25º | 0.38% | 1% | - |
| XYZ | 69.52 | 52.16 | 101.01 | - |
| YUV | 196.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 255 | 0.02 | 0.38 | 0 | 0 | 296.25 | 1 | 0.81 |
| Hex | F9 | 9F | FF | 2 | 26 | 0 | 0 | 128 | 64 | 51 |
| Octal | 371 | 237 | 377 | 2 | 46 | 0 | 0 | 450 | 144 | 121 |
| Binary | 11111001 | 10011111 | 11111111 | 10 | 100110 | 0 | 0 | 100101000 | 1100100 | 1010001 |
Color Harmonies of #F99FFF
Complementary color
Monochromatic Colors of #F99FFF
Black with #F99FFF
Text Example
Text Example
White with #F99FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FFF; }
p { color: rgb(249,159,255); }
H1.HeaderClassName
{
color: #F99FFF;
}
.AnyTagClassName
{
color: #F99FFF;
}
</style>
background-color css
<style>
a { background-color: #F99FFF; }
a { background-color: rgb(249,159,255); }
div.DivClassName
{
background-color: #F99FFF;
}
.BgClassName
{
background-color: #F99FFF;
}
</style>
border-color css
<style>
span { border-color: #F99FFF; }
span { border-color: rgb(249,159,255); }
td.TdClassName
{
border-color: #F99FFF;
}
.TagClassName
{
border-color: #F99FFF;
}
</style>