Shades of Violet #F990FE
Tints of Violet #F990FE
RGB
CMYK
RGB Variations
Color information
#F990FE (or 0xF990FE) is known color: Violet. HEX triplet: F9, 90 and FE. RGB value is (249,144,254). Sum of RGB (Red+Green+Blue) = 249+144+254=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 144 (56.64% from 255 or 22.26% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #F990FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990FE is #066F01. Grayscale: #BBBBBB. Windows color (decimal): -421634 or 16683257. OLE color: 16683257.
HSL color Cylindrical-coordinate representation of color #F990FE: hue angle of 297.27º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F990FE is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 144 | 254 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.00 |
| HSL | 297.27º | 0.98% | 0.78% | - |
| HSV(B) | 297.27º | 0.43% | 1% | - |
| XYZ | 66.93 | 47.24 | 99.36 | - |
| YUV | 187.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 254 | 0.02 | 0.43 | 0 | 0.00 | 297.27 | 0.98 | 0.78 |
| Hex | F9 | 90 | FE | 2 | 2B | 0 | 0 | 129 | 62 | 4E |
| Octal | 371 | 220 | 376 | 2 | 53 | 0 | 0 | 451 | 142 | 116 |
| Binary | 11111001 | 10010000 | 11111110 | 10 | 101011 | 0 | 0 | 100101001 | 1100010 | 1001110 |
Color Harmonies of #F990FE
Complementary color
Monochromatic Colors of #F990FE
Black with #F990FE
Text Example
Text Example
White with #F990FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990FE; }
p { color: rgb(249,144,254); }
H1.HeaderClassName
{
color: #F990FE;
}
.AnyTagClassName
{
color: #F990FE;
}
</style>
background-color css
<style>
a { background-color: #F990FE; }
a { background-color: rgb(249,144,254); }
div.DivClassName
{
background-color: #F990FE;
}
.BgClassName
{
background-color: #F990FE;
}
</style>
border-color css
<style>
span { border-color: #F990FE; }
span { border-color: rgb(249,144,254); }
td.TdClassName
{
border-color: #F990FE;
}
.TagClassName
{
border-color: #F990FE;
}
</style>