Shades of Radical Red #FC426C
Tints of Radical Red #FC426C
RGB
CMYK
RGB Variations
Color information
#FC426C (or 0xFC426C) is known color: Radical Red. HEX triplet: FC, 42 and 6C. RGB value is (252,66,108). Sum of RGB (Red+Green+Blue) = 252+66+108=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC426C is #03BD93. Grayscale: #7E7E7E. Windows color (decimal): -245140 or 7095036. OLE color: 7095036.
HSL color Cylindrical-coordinate representation of color #FC426C: hue angle of 346.45º 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 #FC426C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 108 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.01 |
| HSL | 346.45º | 0.97% | 0.62% | - |
| HSV(B) | 346.45º | 0.74% | 0.99% | - |
| XYZ | 44.8 | 25.67 | 16.78 | - |
| YUV | 126.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 108 | 0 | 0.74 | 0.57 | 0.01 | 346.45 | 0.97 | 0.62 |
| Hex | FC | 42 | 6C | 0 | 4A | 39 | 1 | 15A | 61 | 3E |
| Octal | 374 | 102 | 154 | 0 | 112 | 71 | 1 | 532 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1101100 | 0 | 1001010 | 111001 | 1 | 101011010 | 1100001 | 111110 |
Color Harmonies of #FC426C
Complementary color
Monochromatic Colors of #FC426C
Black with #FC426C
Text Example
Text Example
White with #FC426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC426C; }
p { color: rgb(252,66,108); }
H1.HeaderClassName
{
color: #FC426C;
}
.AnyTagClassName
{
color: #FC426C;
}
</style>
background-color css
<style>
a { background-color: #FC426C; }
a { background-color: rgb(252,66,108); }
div.DivClassName
{
background-color: #FC426C;
}
.BgClassName
{
background-color: #FC426C;
}
</style>
border-color css
<style>
span { border-color: #FC426C; }
span { border-color: rgb(252,66,108); }
td.TdClassName
{
border-color: #FC426C;
}
.TagClassName
{
border-color: #FC426C;
}
</style>