Shades of Violet Red #FC498F
Tints of Violet Red #FC498F
RGB
CMYK
RGB Variations
Color information
#FC498F (or 0xFC498F) is known color: Violet Red. HEX triplet: FC, 49 and 8F. RGB value is (252,73,143). Sum of RGB (Red+Green+Blue) = 252+73+143=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC498F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC498F is #03B670. Grayscale: #868686. Windows color (decimal): -243313 or 9390588. OLE color: 9390588.
HSL color Cylindrical-coordinate representation of color #FC498F: hue angle of 336.54º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC498F is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 143 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.01 |
| HSL | 336.54º | 0.97% | 0.64% | - |
| HSV(B) | 336.54º | 0.71% | 0.99% | - |
| XYZ | 47.49 | 27.44 | 28.78 | - |
| YUV | 134.5 | 132.8 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 143 | 0 | 0.71 | 0.43 | 0.01 | 336.54 | 0.97 | 0.64 |
| Hex | FC | 49 | 8F | 0 | 47 | 2B | 1 | 151 | 61 | 40 |
| Octal | 374 | 111 | 217 | 0 | 107 | 53 | 1 | 521 | 141 | 100 |
| Binary | 11111100 | 1001001 | 10001111 | 0 | 1000111 | 101011 | 1 | 101010001 | 1100001 | 1000000 |
Color Harmonies of #FC498F
Complementary color
Monochromatic Colors of #FC498F
Black with #FC498F
Text Example
Text Example
White with #FC498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC498F; }
p { color: rgb(252,73,143); }
H1.HeaderClassName
{
color: #FC498F;
}
.AnyTagClassName
{
color: #FC498F;
}
</style>
background-color css
<style>
a { background-color: #FC498F; }
a { background-color: rgb(252,73,143); }
div.DivClassName
{
background-color: #FC498F;
}
.BgClassName
{
background-color: #FC498F;
}
</style>
border-color css
<style>
span { border-color: #FC498F; }
span { border-color: rgb(252,73,143); }
td.TdClassName
{
border-color: #FC498F;
}
.TagClassName
{
border-color: #FC498F;
}
</style>