Shades of Radical Red #FC415D
Tints of Radical Red #FC415D
RGB
CMYK
RGB Variations
Color information
#FC415D (or 0xFC415D) is known color: Radical Red. HEX triplet: FC, 41 and 5D. RGB value is (252,65,93). Sum of RGB (Red+Green+Blue) = 252+65+93=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC415D is #03BEA2. Grayscale: #7C7C7C. Windows color (decimal): -245411 or 6111740. OLE color: 6111740.
HSL color Cylindrical-coordinate representation of color #FC415D: hue angle of 351.02º 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 #FC415D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 93 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.01 |
| HSL | 351.02º | 0.97% | 0.62% | - |
| HSV(B) | 351.02º | 0.74% | 0.99% | - |
| XYZ | 44.01 | 25.27 | 12.91 | - |
| YUV | 124.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 93 | 0 | 0.74 | 0.63 | 0.01 | 351.02 | 0.97 | 0.62 |
| Hex | FC | 41 | 5D | 0 | 4A | 3F | 1 | 15F | 61 | 3E |
| Octal | 374 | 101 | 135 | 0 | 112 | 77 | 1 | 537 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1011101 | 0 | 1001010 | 111111 | 1 | 101011111 | 1100001 | 111110 |
Color Harmonies of #FC415D
Complementary color
Monochromatic Colors of #FC415D
Black with #FC415D
Text Example
Text Example
White with #FC415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC415D; }
p { color: rgb(252,65,93); }
H1.HeaderClassName
{
color: #FC415D;
}
.AnyTagClassName
{
color: #FC415D;
}
</style>
background-color css
<style>
a { background-color: #FC415D; }
a { background-color: rgb(252,65,93); }
div.DivClassName
{
background-color: #FC415D;
}
.BgClassName
{
background-color: #FC415D;
}
</style>
border-color css
<style>
span { border-color: #FC415D; }
span { border-color: rgb(252,65,93); }
td.TdClassName
{
border-color: #FC415D;
}
.TagClassName
{
border-color: #FC415D;
}
</style>