Shades of Violet #FC90F9
Tints of Violet #FC90F9
RGB
CMYK
RGB Variations
Color information
#FC90F9 (or 0xFC90F9) is known color: Violet. HEX triplet: FC, 90 and F9. RGB value is (252,144,249). Sum of RGB (Red+Green+Blue) = 252+144+249=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 144 (56.64% from 255 or 22.33% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90F9 is #036F06. Grayscale: #BBBBBB. Windows color (decimal): -225031 or 16355580. OLE color: 16355580.
HSL color Cylindrical-coordinate representation of color #FC90F9: hue angle of 301.67º 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 #FC90F9 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 249 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.01 |
| HSL | 301.67º | 0.95% | 0.78% | - |
| HSV(B) | 301.67º | 0.43% | 0.99% | - |
| XYZ | 67.22 | 47.48 | 95.24 | - |
| YUV | 188.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 249 | 0 | 0.43 | 0.01 | 0.01 | 301.67 | 0.95 | 0.78 |
| Hex | FC | 90 | F9 | 0 | 2B | 1 | 1 | 12E | 5F | 4E |
| Octal | 374 | 220 | 371 | 0 | 53 | 1 | 1 | 456 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11111001 | 0 | 101011 | 1 | 1 | 100101110 | 1011111 | 1001110 |
Color Harmonies of #FC90F9
Complementary color
Monochromatic Colors of #FC90F9
Black with #FC90F9
Text Example
Text Example
White with #FC90F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90F9; }
p { color: rgb(252,144,249); }
H1.HeaderClassName
{
color: #FC90F9;
}
.AnyTagClassName
{
color: #FC90F9;
}
</style>
background-color css
<style>
a { background-color: #FC90F9; }
a { background-color: rgb(252,144,249); }
div.DivClassName
{
background-color: #FC90F9;
}
.BgClassName
{
background-color: #FC90F9;
}
</style>
border-color css
<style>
span { border-color: #FC90F9; }
span { border-color: rgb(252,144,249); }
td.TdClassName
{
border-color: #FC90F9;
}
.TagClassName
{
border-color: #FC90F9;
}
</style>