Shades of Radical Red #FC495C
Tints of Radical Red #FC495C
RGB
CMYK
RGB Variations
Color information
#FC495C (or 0xFC495C) is known color: Radical Red. HEX triplet: FC, 49 and 5C. RGB value is (252,73,92). Sum of RGB (Red+Green+Blue) = 252+73+92=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC495C is #03B6A3. Grayscale: #808080. Windows color (decimal): -243364 or 6048252. OLE color: 6048252.
HSL color Cylindrical-coordinate representation of color #FC495C: hue angle of 353.63º 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 #FC495C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 92 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.01 |
| HSL | 353.63º | 0.97% | 0.64% | - |
| HSV(B) | 353.63º | 0.71% | 0.99% | - |
| XYZ | 44.46 | 26.23 | 12.85 | - |
| YUV | 128.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 92 | 0 | 0.71 | 0.63 | 0.01 | 353.63 | 0.97 | 0.64 |
| Hex | FC | 49 | 5C | 0 | 47 | 3F | 1 | 162 | 61 | 40 |
| Octal | 374 | 111 | 134 | 0 | 107 | 77 | 1 | 542 | 141 | 100 |
| Binary | 11111100 | 1001001 | 1011100 | 0 | 1000111 | 111111 | 1 | 101100010 | 1100001 | 1000000 |
Color Harmonies of #FC495C
Complementary color
Monochromatic Colors of #FC495C
Black with #FC495C
Text Example
Text Example
White with #FC495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC495C; }
p { color: rgb(252,73,92); }
H1.HeaderClassName
{
color: #FC495C;
}
.AnyTagClassName
{
color: #FC495C;
}
</style>
background-color css
<style>
a { background-color: #FC495C; }
a { background-color: rgb(252,73,92); }
div.DivClassName
{
background-color: #FC495C;
}
.BgClassName
{
background-color: #FC495C;
}
</style>
border-color css
<style>
span { border-color: #FC495C; }
span { border-color: rgb(252,73,92); }
td.TdClassName
{
border-color: #FC495C;
}
.TagClassName
{
border-color: #FC495C;
}
</style>