Shades of Radical Red #FC4257
Tints of Radical Red #FC4257
RGB
CMYK
RGB Variations
Color information
#FC4257 (or 0xFC4257) is known color: Radical Red. HEX triplet: FC, 42 and 57. RGB value is (252,66,87). Sum of RGB (Red+Green+Blue) = 252+66+87=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4257 is #03BDA8. Grayscale: #7C7C7C. Windows color (decimal): -245161 or 5718780. OLE color: 5718780.
HSL color Cylindrical-coordinate representation of color #FC4257: hue angle of 353.23º 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 #FC4257 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 87 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.01 |
| HSL | 353.23º | 0.97% | 0.62% | - |
| HSV(B) | 353.23º | 0.74% | 0.99% | - |
| XYZ | 43.81 | 25.28 | 11.59 | - |
| YUV | 124.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 87 | 0 | 0.74 | 0.65 | 0.01 | 353.23 | 0.97 | 0.62 |
| Hex | FC | 42 | 57 | 0 | 4A | 41 | 1 | 161 | 61 | 3E |
| Octal | 374 | 102 | 127 | 0 | 112 | 101 | 1 | 541 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1010111 | 0 | 1001010 | 1000001 | 1 | 101100001 | 1100001 | 111110 |
Color Harmonies of #FC4257
Complementary color
Monochromatic Colors of #FC4257
Black with #FC4257
Text Example
Text Example
White with #FC4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4257; }
p { color: rgb(252,66,87); }
H1.HeaderClassName
{
color: #FC4257;
}
.AnyTagClassName
{
color: #FC4257;
}
</style>
background-color css
<style>
a { background-color: #FC4257; }
a { background-color: rgb(252,66,87); }
div.DivClassName
{
background-color: #FC4257;
}
.BgClassName
{
background-color: #FC4257;
}
</style>
border-color css
<style>
span { border-color: #FC4257; }
span { border-color: rgb(252,66,87); }
td.TdClassName
{
border-color: #FC4257;
}
.TagClassName
{
border-color: #FC4257;
}
</style>