Shades of Violet #FC90F8
Tints of Violet #FC90F8
RGB
CMYK
RGB Variations
Color information
#FC90F8 (or 0xFC90F8) is known color: Violet. HEX triplet: FC, 90 and F8. RGB value is (252,144,248). Sum of RGB (Red+Green+Blue) = 252+144+248=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 144 (56.64% from 255 or 22.36% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90F8 is #036F07. Grayscale: #BBBBBB. Windows color (decimal): -225032 or 16290044. OLE color: 16290044.
HSL color Cylindrical-coordinate representation of color #FC90F8: hue angle of 302.22º 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 #FC90F8 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 248 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.01 |
| HSL | 302.22º | 0.95% | 0.78% | - |
| HSV(B) | 302.22º | 0.43% | 0.99% | - |
| XYZ | 67.06 | 47.42 | 94.43 | - |
| YUV | 188.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 248 | 0 | 0.43 | 0.02 | 0.01 | 302.22 | 0.95 | 0.78 |
| Hex | FC | 90 | F8 | 0 | 2B | 2 | 1 | 12E | 5F | 4E |
| Octal | 374 | 220 | 370 | 0 | 53 | 2 | 1 | 456 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11111000 | 0 | 101011 | 10 | 1 | 100101110 | 1011111 | 1001110 |
Color Harmonies of #FC90F8
Complementary color
Monochromatic Colors of #FC90F8
Black with #FC90F8
Text Example
Text Example
White with #FC90F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90F8; }
p { color: rgb(252,144,248); }
H1.HeaderClassName
{
color: #FC90F8;
}
.AnyTagClassName
{
color: #FC90F8;
}
</style>
background-color css
<style>
a { background-color: #FC90F8; }
a { background-color: rgb(252,144,248); }
div.DivClassName
{
background-color: #FC90F8;
}
.BgClassName
{
background-color: #FC90F8;
}
</style>
border-color css
<style>
span { border-color: #FC90F8; }
span { border-color: rgb(252,144,248); }
td.TdClassName
{
border-color: #FC90F8;
}
.TagClassName
{
border-color: #FC90F8;
}
</style>