Shades of Radical Red #FC424F
Tints of Radical Red #FC424F
RGB
CMYK
RGB Variations
Color information
#FC424F (or 0xFC424F) is known color: Radical Red. HEX triplet: FC, 42 and 4F. RGB value is (252,66,79). Sum of RGB (Red+Green+Blue) = 252+66+79=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC424F is #03BDB0. Grayscale: #7B7B7B. Windows color (decimal): -245169 or 5194492. OLE color: 5194492.
HSL color Cylindrical-coordinate representation of color #FC424F: hue angle of 355.81º 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 #FC424F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 79 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.01 |
| HSL | 355.81º | 0.97% | 0.62% | - |
| HSV(B) | 355.81º | 0.74% | 0.99% | - |
| XYZ | 43.5 | 25.16 | 9.96 | - |
| YUV | 123.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 79 | 0 | 0.74 | 0.69 | 0.01 | 355.81 | 0.97 | 0.62 |
| Hex | FC | 42 | 4F | 0 | 4A | 45 | 1 | 164 | 61 | 3E |
| Octal | 374 | 102 | 117 | 0 | 112 | 105 | 1 | 544 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1001111 | 0 | 1001010 | 1000101 | 1 | 101100100 | 1100001 | 111110 |
Color Harmonies of #FC424F
Complementary color
Monochromatic Colors of #FC424F
Black with #FC424F
Text Example
Text Example
White with #FC424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC424F; }
p { color: rgb(252,66,79); }
H1.HeaderClassName
{
color: #FC424F;
}
.AnyTagClassName
{
color: #FC424F;
}
</style>
background-color css
<style>
a { background-color: #FC424F; }
a { background-color: rgb(252,66,79); }
div.DivClassName
{
background-color: #FC424F;
}
.BgClassName
{
background-color: #FC424F;
}
</style>
border-color css
<style>
span { border-color: #FC424F; }
span { border-color: rgb(252,66,79); }
td.TdClassName
{
border-color: #FC424F;
}
.TagClassName
{
border-color: #FC424F;
}
</style>