Shades of Violet #F990FC
Tints of Violet #F990FC
RGB
CMYK
RGB Variations
Color information
#F990FC (or 0xF990FC) is known color: Violet. HEX triplet: F9, 90 and FC. RGB value is (249,144,252). Sum of RGB (Red+Green+Blue) = 249+144+252=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 144 (56.64% from 255 or 22.33% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #F990FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F990FC is #066F03. Grayscale: #BBBBBB. Windows color (decimal): -421636 or 16552185. OLE color: 16552185.
HSL color Cylindrical-coordinate representation of color #F990FC: hue angle of 298.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F990FC is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 144 | 252 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.01 |
| HSL | 298.33º | 0.95% | 0.78% | - |
| HSV(B) | 298.33º | 0.43% | 0.99% | - |
| XYZ | 66.61 | 47.11 | 97.68 | - |
| YUV | 187.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 252 | 0.01 | 0.43 | 0 | 0.01 | 298.33 | 0.95 | 0.78 |
| Hex | F9 | 90 | FC | 1 | 2B | 0 | 1 | 12A | 5F | 4E |
| Octal | 371 | 220 | 374 | 1 | 53 | 0 | 1 | 452 | 137 | 116 |
| Binary | 11111001 | 10010000 | 11111100 | 1 | 101011 | 0 | 1 | 100101010 | 1011111 | 1001110 |
Color Harmonies of #F990FC
Complementary color
Monochromatic Colors of #F990FC
Black with #F990FC
Text Example
Text Example
White with #F990FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990FC; }
p { color: rgb(249,144,252); }
H1.HeaderClassName
{
color: #F990FC;
}
.AnyTagClassName
{
color: #F990FC;
}
</style>
background-color css
<style>
a { background-color: #F990FC; }
a { background-color: rgb(249,144,252); }
div.DivClassName
{
background-color: #F990FC;
}
.BgClassName
{
background-color: #F990FC;
}
</style>
border-color css
<style>
span { border-color: #F990FC; }
span { border-color: rgb(249,144,252); }
td.TdClassName
{
border-color: #F990FC;
}
.TagClassName
{
border-color: #F990FC;
}
</style>