Shades of Violet #F99AFC
Tints of Violet #F99AFC
RGB
CMYK
RGB Variations
Color information
#F99AFC (or 0xF99AFC) is known color: Violet. HEX triplet: F9, 9A and FC. RGB value is (249,154,252). Sum of RGB (Red+Green+Blue) = 249+154+252=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 154 (60.55% from 255 or 23.51% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #F99AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AFC is #066503. Grayscale: #C1C1C1. Windows color (decimal): -419076 or 16554745. OLE color: 16554745.
HSL color Cylindrical-coordinate representation of color #F99AFC: hue angle of 298.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F99AFC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 154 | 252 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.01 |
| HSL | 298.16º | 0.94% | 0.8% | - |
| HSV(B) | 298.16º | 0.39% | 0.99% | - |
| XYZ | 68.19 | 50.28 | 98.21 | - |
| YUV | 193.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 252 | 0.01 | 0.39 | 0 | 0.01 | 298.16 | 0.94 | 0.8 |
| Hex | F9 | 9A | FC | 1 | 27 | 0 | 1 | 12A | 5E | 50 |
| Octal | 371 | 232 | 374 | 1 | 47 | 0 | 1 | 452 | 136 | 120 |
| Binary | 11111001 | 10011010 | 11111100 | 1 | 100111 | 0 | 1 | 100101010 | 1011110 | 1010000 |
Color Harmonies of #F99AFC
Complementary color
Monochromatic Colors of #F99AFC
Black with #F99AFC
Text Example
Text Example
White with #F99AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AFC; }
p { color: rgb(249,154,252); }
H1.HeaderClassName
{
color: #F99AFC;
}
.AnyTagClassName
{
color: #F99AFC;
}
</style>
background-color css
<style>
a { background-color: #F99AFC; }
a { background-color: rgb(249,154,252); }
div.DivClassName
{
background-color: #F99AFC;
}
.BgClassName
{
background-color: #F99AFC;
}
</style>
border-color css
<style>
span { border-color: #F99AFC; }
span { border-color: rgb(249,154,252); }
td.TdClassName
{
border-color: #F99AFC;
}
.TagClassName
{
border-color: #F99AFC;
}
</style>