Shades of Radical Red #FC426A
Tints of Radical Red #FC426A
RGB
CMYK
RGB Variations
Color information
#FC426A (or 0xFC426A) is known color: Radical Red. HEX triplet: FC, 42 and 6A. RGB value is (252,66,106). Sum of RGB (Red+Green+Blue) = 252+66+106=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC426A is #03BD95. Grayscale: #7E7E7E. Windows color (decimal): -245142 or 6963964. OLE color: 6963964.
HSL color Cylindrical-coordinate representation of color #FC426A: hue angle of 347.1º 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 #FC426A is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 106 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.01 |
| HSL | 347.1º | 0.97% | 0.62% | - |
| HSV(B) | 347.1º | 0.74% | 0.99% | - |
| XYZ | 44.69 | 25.63 | 16.23 | - |
| YUV | 126.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 106 | 0 | 0.74 | 0.58 | 0.01 | 347.1 | 0.97 | 0.62 |
| Hex | FC | 42 | 6A | 0 | 4A | 3A | 1 | 15B | 61 | 3E |
| Octal | 374 | 102 | 152 | 0 | 112 | 72 | 1 | 533 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1101010 | 0 | 1001010 | 111010 | 1 | 101011011 | 1100001 | 111110 |
Color Harmonies of #FC426A
Complementary color
Monochromatic Colors of #FC426A
Black with #FC426A
Text Example
Text Example
White with #FC426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC426A; }
p { color: rgb(252,66,106); }
H1.HeaderClassName
{
color: #FC426A;
}
.AnyTagClassName
{
color: #FC426A;
}
</style>
background-color css
<style>
a { background-color: #FC426A; }
a { background-color: rgb(252,66,106); }
div.DivClassName
{
background-color: #FC426A;
}
.BgClassName
{
background-color: #FC426A;
}
</style>
border-color css
<style>
span { border-color: #FC426A; }
span { border-color: rgb(252,66,106); }
td.TdClassName
{
border-color: #FC426A;
}
.TagClassName
{
border-color: #FC426A;
}
</style>