Shades of Radical Red #FC464A
Tints of Radical Red #FC464A
RGB
CMYK
RGB Variations
Color information
#FC464A (or 0xFC464A) is known color: Radical Red. HEX triplet: FC, 46 and 4A. RGB value is (252,70,74). Sum of RGB (Red+Green+Blue) = 252+70+74=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC464A is #03B9B5. Grayscale: #7D7D7D. Windows color (decimal): -244150 or 4867836. OLE color: 4867836.
HSL color Cylindrical-coordinate representation of color #FC464A: hue angle of 358.68º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC464A is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 74 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.01 |
| HSL | 358.68º | 0.97% | 0.63% | - |
| HSV(B) | 358.68º | 0.72% | 0.99% | - |
| XYZ | 43.57 | 25.57 | 9.12 | - |
| YUV | 124.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 74 | 0 | 0.72 | 0.71 | 0.01 | 358.68 | 0.97 | 0.63 |
| Hex | FC | 46 | 4A | 0 | 48 | 47 | 1 | 167 | 61 | 3F |
| Octal | 374 | 106 | 112 | 0 | 110 | 107 | 1 | 547 | 141 | 77 |
| Binary | 11111100 | 1000110 | 1001010 | 0 | 1001000 | 1000111 | 1 | 101100111 | 1100001 | 111111 |
Color Harmonies of #FC464A
Complementary color
Monochromatic Colors of #FC464A
Black with #FC464A
Text Example
Text Example
White with #FC464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC464A; }
p { color: rgb(252,70,74); }
H1.HeaderClassName
{
color: #FC464A;
}
.AnyTagClassName
{
color: #FC464A;
}
</style>
background-color css
<style>
a { background-color: #FC464A; }
a { background-color: rgb(252,70,74); }
div.DivClassName
{
background-color: #FC464A;
}
.BgClassName
{
background-color: #FC464A;
}
</style>
border-color css
<style>
span { border-color: #FC464A; }
span { border-color: rgb(252,70,74); }
td.TdClassName
{
border-color: #FC464A;
}
.TagClassName
{
border-color: #FC464A;
}
</style>