Shades of Radical Red #FC424A
Tints of Radical Red #FC424A
RGB
CMYK
RGB Variations
Color information
#FC424A (or 0xFC424A) is known color: Radical Red. HEX triplet: FC, 42 and 4A. RGB value is (252,66,74). Sum of RGB (Red+Green+Blue) = 252+66+74=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC424A is #03BDB5. Grayscale: #7A7A7A. Windows color (decimal): -245174 or 4866812. OLE color: 4866812.
HSL color Cylindrical-coordinate representation of color #FC424A: hue angle of 357.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC424A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 74 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.01 |
| HSL | 357.42º | 0.97% | 0.62% | - |
| HSV(B) | 357.42º | 0.74% | 0.99% | - |
| XYZ | 43.33 | 25.09 | 9.04 | - |
| YUV | 122.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 74 | 0 | 0.74 | 0.71 | 0.01 | 357.42 | 0.97 | 0.62 |
| Hex | FC | 42 | 4A | 0 | 4A | 47 | 1 | 165 | 61 | 3E |
| Octal | 374 | 102 | 112 | 0 | 112 | 107 | 1 | 545 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1001010 | 0 | 1001010 | 1000111 | 1 | 101100101 | 1100001 | 111110 |
Color Harmonies of #FC424A
Complementary color
Monochromatic Colors of #FC424A
Black with #FC424A
Text Example
Text Example
White with #FC424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC424A; }
p { color: rgb(252,66,74); }
H1.HeaderClassName
{
color: #FC424A;
}
.AnyTagClassName
{
color: #FC424A;
}
</style>
background-color css
<style>
a { background-color: #FC424A; }
a { background-color: rgb(252,66,74); }
div.DivClassName
{
background-color: #FC424A;
}
.BgClassName
{
background-color: #FC424A;
}
</style>
border-color css
<style>
span { border-color: #FC424A; }
span { border-color: rgb(252,66,74); }
td.TdClassName
{
border-color: #FC424A;
}
.TagClassName
{
border-color: #FC424A;
}
</style>