Shades of Violet #F99AFF
Tints of Violet #F99AFF
RGB
CMYK
RGB Variations
Color information
#F99AFF (or 0xF99AFF) is known color: Violet. HEX triplet: F9, 9A and FF. RGB value is (249,154,255). Sum of RGB (Red+Green+Blue) = 249+154+255=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 154 (60.55% from 255 or 23.40% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #F99AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AFF is #066500. Grayscale: #C1C1C1. Windows color (decimal): -419073 or 16751353. OLE color: 16751353.
HSL color Cylindrical-coordinate representation of color #F99AFF: hue angle of 296.44º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F99AFF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 154 | 255 | - |
| CMYK | 0.02 | 0.40 | 0 | 0 |
| HSL | 296.44º | 1% | 0.8% | - |
| HSV(B) | 296.44º | 0.4% | 1% | - |
| XYZ | 68.67 | 50.47 | 100.73 | - |
| YUV | 193.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 255 | 0.02 | 0.40 | 0 | 0 | 296.44 | 1 | 0.8 |
| Hex | F9 | 9A | FF | 2 | 28 | 0 | 0 | 128 | 64 | 50 |
| Octal | 371 | 232 | 377 | 2 | 50 | 0 | 0 | 450 | 144 | 120 |
| Binary | 11111001 | 10011010 | 11111111 | 10 | 101000 | 0 | 0 | 100101000 | 1100100 | 1010000 |
Color Harmonies of #F99AFF
Complementary color
Monochromatic Colors of #F99AFF
Black with #F99AFF
Text Example
Text Example
White with #F99AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AFF; }
p { color: rgb(249,154,255); }
H1.HeaderClassName
{
color: #F99AFF;
}
.AnyTagClassName
{
color: #F99AFF;
}
</style>
background-color css
<style>
a { background-color: #F99AFF; }
a { background-color: rgb(249,154,255); }
div.DivClassName
{
background-color: #F99AFF;
}
.BgClassName
{
background-color: #F99AFF;
}
</style>
border-color css
<style>
span { border-color: #F99AFF; }
span { border-color: rgb(249,154,255); }
td.TdClassName
{
border-color: #F99AFF;
}
.TagClassName
{
border-color: #F99AFF;
}
</style>