Shades of Radical Red #FC425D
Tints of Radical Red #FC425D
RGB
CMYK
RGB Variations
Color information
#FC425D (or 0xFC425D) is known color: Radical Red. HEX triplet: FC, 42 and 5D. RGB value is (252,66,93). Sum of RGB (Red+Green+Blue) = 252+66+93=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC425D is #03BDA2. Grayscale: #7C7C7C. Windows color (decimal): -245155 or 6111996. OLE color: 6111996.
HSL color Cylindrical-coordinate representation of color #FC425D: hue angle of 351.29º 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 #FC425D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 93 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.01 |
| HSL | 351.29º | 0.97% | 0.62% | - |
| HSV(B) | 351.29º | 0.74% | 0.99% | - |
| XYZ | 44.07 | 25.38 | 12.93 | - |
| YUV | 124.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 93 | 0 | 0.74 | 0.63 | 0.01 | 351.29 | 0.97 | 0.62 |
| Hex | FC | 42 | 5D | 0 | 4A | 3F | 1 | 15F | 61 | 3E |
| Octal | 374 | 102 | 135 | 0 | 112 | 77 | 1 | 537 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1011101 | 0 | 1001010 | 111111 | 1 | 101011111 | 1100001 | 111110 |
Color Harmonies of #FC425D
Complementary color
Monochromatic Colors of #FC425D
Black with #FC425D
Text Example
Text Example
White with #FC425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC425D; }
p { color: rgb(252,66,93); }
H1.HeaderClassName
{
color: #FC425D;
}
.AnyTagClassName
{
color: #FC425D;
}
</style>
background-color css
<style>
a { background-color: #FC425D; }
a { background-color: rgb(252,66,93); }
div.DivClassName
{
background-color: #FC425D;
}
.BgClassName
{
background-color: #FC425D;
}
</style>
border-color css
<style>
span { border-color: #FC425D; }
span { border-color: rgb(252,66,93); }
td.TdClassName
{
border-color: #FC425D;
}
.TagClassName
{
border-color: #FC425D;
}
</style>