Shades of Radical Red #FC425A
Tints of Radical Red #FC425A
RGB
CMYK
RGB Variations
Color information
#FC425A (or 0xFC425A) is known color: Radical Red. HEX triplet: FC, 42 and 5A. RGB value is (252,66,90). Sum of RGB (Red+Green+Blue) = 252+66+90=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC425A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC425A is #03BDA5. Grayscale: #7C7C7C. Windows color (decimal): -245158 or 5915388. OLE color: 5915388.
HSL color Cylindrical-coordinate representation of color #FC425A: hue angle of 352.26º 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 #FC425A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 90 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.01 |
| HSL | 352.26º | 0.97% | 0.62% | - |
| HSV(B) | 352.26º | 0.74% | 0.99% | - |
| XYZ | 43.94 | 25.33 | 12.25 | - |
| YUV | 124.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 90 | 0 | 0.74 | 0.64 | 0.01 | 352.26 | 0.97 | 0.62 |
| Hex | FC | 42 | 5A | 0 | 4A | 40 | 1 | 160 | 61 | 3E |
| Octal | 374 | 102 | 132 | 0 | 112 | 100 | 1 | 540 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1011010 | 0 | 1001010 | 1000000 | 1 | 101100000 | 1100001 | 111110 |
Color Harmonies of #FC425A
Complementary color
Monochromatic Colors of #FC425A
Black with #FC425A
Text Example
Text Example
White with #FC425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC425A; }
p { color: rgb(252,66,90); }
H1.HeaderClassName
{
color: #FC425A;
}
.AnyTagClassName
{
color: #FC425A;
}
</style>
background-color css
<style>
a { background-color: #FC425A; }
a { background-color: rgb(252,66,90); }
div.DivClassName
{
background-color: #FC425A;
}
.BgClassName
{
background-color: #FC425A;
}
</style>
border-color css
<style>
span { border-color: #FC425A; }
span { border-color: rgb(252,66,90); }
td.TdClassName
{
border-color: #FC425A;
}
.TagClassName
{
border-color: #FC425A;
}
</style>