Shades of Violet #FC91F7
Tints of Violet #FC91F7
RGB
CMYK
RGB Variations
Color information
#FC91F7 (or 0xFC91F7) is known color: Violet. HEX triplet: FC, 91 and F7. RGB value is (252,145,247). Sum of RGB (Red+Green+Blue) = 252+145+247=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 145 (57.03% from 255 or 22.52% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91F7 is #036E08. Grayscale: #BCBCBC. Windows color (decimal): -224777 or 16224764. OLE color: 16224764.
HSL color Cylindrical-coordinate representation of color #FC91F7: hue angle of 302.8º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91F7 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 247 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.01 |
| HSL | 302.8º | 0.95% | 0.78% | - |
| HSV(B) | 302.8º | 0.42% | 0.99% | - |
| XYZ | 67.06 | 47.66 | 93.66 | - |
| YUV | 188.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 247 | 0 | 0.42 | 0.02 | 0.01 | 302.8 | 0.95 | 0.78 |
| Hex | FC | 91 | F7 | 0 | 2A | 2 | 1 | 12F | 5F | 4E |
| Octal | 374 | 221 | 367 | 0 | 52 | 2 | 1 | 457 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11110111 | 0 | 101010 | 10 | 1 | 100101111 | 1011111 | 1001110 |
Color Harmonies of #FC91F7
Complementary color
Monochromatic Colors of #FC91F7
Black with #FC91F7
Text Example
Text Example
White with #FC91F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91F7; }
p { color: rgb(252,145,247); }
H1.HeaderClassName
{
color: #FC91F7;
}
.AnyTagClassName
{
color: #FC91F7;
}
</style>
background-color css
<style>
a { background-color: #FC91F7; }
a { background-color: rgb(252,145,247); }
div.DivClassName
{
background-color: #FC91F7;
}
.BgClassName
{
background-color: #FC91F7;
}
</style>
border-color css
<style>
span { border-color: #FC91F7; }
span { border-color: rgb(252,145,247); }
td.TdClassName
{
border-color: #FC91F7;
}
.TagClassName
{
border-color: #FC91F7;
}
</style>