Shades of Radical Red #FC414A
Tints of Radical Red #FC414A
RGB
CMYK
RGB Variations
Color information
#FC414A (or 0xFC414A) is known color: Radical Red. HEX triplet: FC, 41 and 4A. RGB value is (252,65,74). Sum of RGB (Red+Green+Blue) = 252+65+74=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC414A is #03BEB5. Grayscale: #7A7A7A. Windows color (decimal): -245430 or 4866556. OLE color: 4866556.
HSL color Cylindrical-coordinate representation of color #FC414A: hue angle of 357.11º 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 #FC414A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 74 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.01 |
| HSL | 357.11º | 0.97% | 0.62% | - |
| HSV(B) | 357.11º | 0.74% | 0.99% | - |
| XYZ | 43.27 | 24.97 | 9.02 | - |
| YUV | 121.94 | 100.95 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 74 | 0 | 0.74 | 0.71 | 0.01 | 357.11 | 0.97 | 0.62 |
| Hex | FC | 41 | 4A | 0 | 4A | 47 | 1 | 165 | 61 | 3E |
| Octal | 374 | 101 | 112 | 0 | 112 | 107 | 1 | 545 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1001010 | 0 | 1001010 | 1000111 | 1 | 101100101 | 1100001 | 111110 |
Color Harmonies of #FC414A
Complementary color
Monochromatic Colors of #FC414A
Black with #FC414A
Text Example
Text Example
White with #FC414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC414A; }
p { color: rgb(252,65,74); }
H1.HeaderClassName
{
color: #FC414A;
}
.AnyTagClassName
{
color: #FC414A;
}
</style>
background-color css
<style>
a { background-color: #FC414A; }
a { background-color: rgb(252,65,74); }
div.DivClassName
{
background-color: #FC414A;
}
.BgClassName
{
background-color: #FC414A;
}
</style>
border-color css
<style>
span { border-color: #FC414A; }
span { border-color: rgb(252,65,74); }
td.TdClassName
{
border-color: #FC414A;
}
.TagClassName
{
border-color: #FC414A;
}
</style>