Shades of Radical Red #FC426E
Tints of Radical Red #FC426E
RGB
CMYK
RGB Variations
Color information
#FC426E (or 0xFC426E) is known color: Radical Red. HEX triplet: FC, 42 and 6E. RGB value is (252,66,110). Sum of RGB (Red+Green+Blue) = 252+66+110=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC426E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC426E is #03BD91. Grayscale: #7E7E7E. Windows color (decimal): -245138 or 7226108. OLE color: 7226108.
HSL color Cylindrical-coordinate representation of color #FC426E: hue angle of 345.81º 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 #FC426E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 110 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.01 |
| HSL | 345.81º | 0.97% | 0.62% | - |
| HSV(B) | 345.81º | 0.74% | 0.99% | - |
| XYZ | 44.91 | 25.72 | 17.35 | - |
| YUV | 126.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 110 | 0 | 0.74 | 0.56 | 0.01 | 345.81 | 0.97 | 0.62 |
| Hex | FC | 42 | 6E | 0 | 4A | 38 | 1 | 15A | 61 | 3E |
| Octal | 374 | 102 | 156 | 0 | 112 | 70 | 1 | 532 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1101110 | 0 | 1001010 | 111000 | 1 | 101011010 | 1100001 | 111110 |
Color Harmonies of #FC426E
Complementary color
Monochromatic Colors of #FC426E
Black with #FC426E
Text Example
Text Example
White with #FC426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC426E; }
p { color: rgb(252,66,110); }
H1.HeaderClassName
{
color: #FC426E;
}
.AnyTagClassName
{
color: #FC426E;
}
</style>
background-color css
<style>
a { background-color: #FC426E; }
a { background-color: rgb(252,66,110); }
div.DivClassName
{
background-color: #FC426E;
}
.BgClassName
{
background-color: #FC426E;
}
</style>
border-color css
<style>
span { border-color: #FC426E; }
span { border-color: rgb(252,66,110); }
td.TdClassName
{
border-color: #FC426E;
}
.TagClassName
{
border-color: #FC426E;
}
</style>