Shades of Radical Red #FC426D
Tints of Radical Red #FC426D
RGB
CMYK
RGB Variations
Color information
#FC426D (or 0xFC426D) is known color: Radical Red. HEX triplet: FC, 42 and 6D. RGB value is (252,66,109). Sum of RGB (Red+Green+Blue) = 252+66+109=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC426D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC426D is #03BD92. Grayscale: #7E7E7E. Windows color (decimal): -245139 or 7160572. OLE color: 7160572.
HSL color Cylindrical-coordinate representation of color #FC426D: hue angle of 346.13º 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 #FC426D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 109 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.01 |
| HSL | 346.13º | 0.97% | 0.62% | - |
| HSV(B) | 346.13º | 0.74% | 0.99% | - |
| XYZ | 44.85 | 25.7 | 17.06 | - |
| YUV | 126.52 | 118.12 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 109 | 0 | 0.74 | 0.57 | 0.01 | 346.13 | 0.97 | 0.62 |
| Hex | FC | 42 | 6D | 0 | 4A | 39 | 1 | 15A | 61 | 3E |
| Octal | 374 | 102 | 155 | 0 | 112 | 71 | 1 | 532 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1101101 | 0 | 1001010 | 111001 | 1 | 101011010 | 1100001 | 111110 |
Color Harmonies of #FC426D
Complementary color
Monochromatic Colors of #FC426D
Black with #FC426D
Text Example
Text Example
White with #FC426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC426D; }
p { color: rgb(252,66,109); }
H1.HeaderClassName
{
color: #FC426D;
}
.AnyTagClassName
{
color: #FC426D;
}
</style>
background-color css
<style>
a { background-color: #FC426D; }
a { background-color: rgb(252,66,109); }
div.DivClassName
{
background-color: #FC426D;
}
.BgClassName
{
background-color: #FC426D;
}
</style>
border-color css
<style>
span { border-color: #FC426D; }
span { border-color: rgb(252,66,109); }
td.TdClassName
{
border-color: #FC426D;
}
.TagClassName
{
border-color: #FC426D;
}
</style>