Shades of Radical Red #FC414D
Tints of Radical Red #FC414D
RGB
CMYK
RGB Variations
Color information
#FC414D (or 0xFC414D) is known color: Radical Red. HEX triplet: FC, 41 and 4D. RGB value is (252,65,77). Sum of RGB (Red+Green+Blue) = 252+65+77=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC414D is #03BEB2. Grayscale: #7A7A7A. Windows color (decimal): -245427 or 5063164. OLE color: 5063164.
HSL color Cylindrical-coordinate representation of color #FC414D: hue angle of 356.15º 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 #FC414D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 77 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.01 |
| HSL | 356.15º | 0.97% | 0.62% | - |
| HSV(B) | 356.15º | 0.74% | 0.99% | - |
| XYZ | 43.37 | 25.01 | 9.56 | - |
| YUV | 122.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 77 | 0 | 0.74 | 0.69 | 0.01 | 356.15 | 0.97 | 0.62 |
| Hex | FC | 41 | 4D | 0 | 4A | 45 | 1 | 164 | 61 | 3E |
| Octal | 374 | 101 | 115 | 0 | 112 | 105 | 1 | 544 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1001101 | 0 | 1001010 | 1000101 | 1 | 101100100 | 1100001 | 111110 |
Color Harmonies of #FC414D
Complementary color
Monochromatic Colors of #FC414D
Black with #FC414D
Text Example
Text Example
White with #FC414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC414D; }
p { color: rgb(252,65,77); }
H1.HeaderClassName
{
color: #FC414D;
}
.AnyTagClassName
{
color: #FC414D;
}
</style>
background-color css
<style>
a { background-color: #FC414D; }
a { background-color: rgb(252,65,77); }
div.DivClassName
{
background-color: #FC414D;
}
.BgClassName
{
background-color: #FC414D;
}
</style>
border-color css
<style>
span { border-color: #FC414D; }
span { border-color: rgb(252,65,77); }
td.TdClassName
{
border-color: #FC414D;
}
.TagClassName
{
border-color: #FC414D;
}
</style>