Shades of Violet #FC90F7
Tints of Violet #FC90F7
RGB
CMYK
RGB Variations
Color information
#FC90F7 (or 0xFC90F7) is known color: Violet. HEX triplet: FC, 90 and F7. RGB value is (252,144,247). Sum of RGB (Red+Green+Blue) = 252+144+247=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 144 (56.64% from 255 or 22.40% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90F7 is #036F08. Grayscale: #BBBBBB. Windows color (decimal): -225033 or 16224508. OLE color: 16224508.
HSL color Cylindrical-coordinate representation of color #FC90F7: hue angle of 302.78º 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 #FC90F7 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 247 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.01 |
| HSL | 302.78º | 0.95% | 0.78% | - |
| HSV(B) | 302.78º | 0.43% | 0.99% | - |
| XYZ | 66.91 | 47.36 | 93.61 | - |
| YUV | 188.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 247 | 0 | 0.43 | 0.02 | 0.01 | 302.78 | 0.95 | 0.78 |
| Hex | FC | 90 | F7 | 0 | 2B | 2 | 1 | 12F | 5F | 4E |
| Octal | 374 | 220 | 367 | 0 | 53 | 2 | 1 | 457 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11110111 | 0 | 101011 | 10 | 1 | 100101111 | 1011111 | 1001110 |
Color Harmonies of #FC90F7
Complementary color
Monochromatic Colors of #FC90F7
Black with #FC90F7
Text Example
Text Example
White with #FC90F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90F7; }
p { color: rgb(252,144,247); }
H1.HeaderClassName
{
color: #FC90F7;
}
.AnyTagClassName
{
color: #FC90F7;
}
</style>
background-color css
<style>
a { background-color: #FC90F7; }
a { background-color: rgb(252,144,247); }
div.DivClassName
{
background-color: #FC90F7;
}
.BgClassName
{
background-color: #FC90F7;
}
</style>
border-color css
<style>
span { border-color: #FC90F7; }
span { border-color: rgb(252,144,247); }
td.TdClassName
{
border-color: #FC90F7;
}
.TagClassName
{
border-color: #FC90F7;
}
</style>