Shades of Violet #FC98FF
Tints of Violet #FC98FF
RGB
CMYK
RGB Variations
Color information
#FC98FF (or 0xFC98FF) is known color: Violet. HEX triplet: FC, 98 and FF. RGB value is (252,152,255). Sum of RGB (Red+Green+Blue) = 252+152+255=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 152 (59.77% from 255 or 23.07% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC98FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC98FF is #036700. Grayscale: #C1C1C1. Windows color (decimal): -222977 or 16750844. OLE color: 16750844.
HSL color Cylindrical-coordinate representation of color #FC98FF: hue angle of 298.25º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98FF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 152 | 255 | - |
| CMYK | 0.01 | 0.40 | 0 | 0 |
| HSL | 298.25º | 1% | 0.8% | - |
| HSV(B) | 298.25º | 0.4% | 1% | - |
| XYZ | 69.42 | 50.37 | 100.67 | - |
| YUV | 193.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 255 | 0.01 | 0.40 | 0 | 0 | 298.25 | 1 | 0.8 |
| Hex | FC | 98 | FF | 1 | 28 | 0 | 0 | 12A | 64 | 50 |
| Octal | 374 | 230 | 377 | 1 | 50 | 0 | 0 | 452 | 144 | 120 |
| Binary | 11111100 | 10011000 | 11111111 | 1 | 101000 | 0 | 0 | 100101010 | 1100100 | 1010000 |
Color Harmonies of #FC98FF
Complementary color
Monochromatic Colors of #FC98FF
Black with #FC98FF
Text Example
Text Example
White with #FC98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98FF; }
p { color: rgb(252,152,255); }
H1.HeaderClassName
{
color: #FC98FF;
}
.AnyTagClassName
{
color: #FC98FF;
}
</style>
background-color css
<style>
a { background-color: #FC98FF; }
a { background-color: rgb(252,152,255); }
div.DivClassName
{
background-color: #FC98FF;
}
.BgClassName
{
background-color: #FC98FF;
}
</style>
border-color css
<style>
span { border-color: #FC98FF; }
span { border-color: rgb(252,152,255); }
td.TdClassName
{
border-color: #FC98FF;
}
.TagClassName
{
border-color: #FC98FF;
}
</style>