Shades of Radical Red #FC4259
Tints of Radical Red #FC4259
RGB
CMYK
RGB Variations
Color information
#FC4259 (or 0xFC4259) is known color: Radical Red. HEX triplet: FC, 42 and 59. RGB value is (252,66,89). Sum of RGB (Red+Green+Blue) = 252+66+89=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4259 is #03BDA6. Grayscale: #7C7C7C. Windows color (decimal): -245159 or 5849852. OLE color: 5849852.
HSL color Cylindrical-coordinate representation of color #FC4259: hue angle of 352.58º 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 #FC4259 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 89 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.01 |
| HSL | 352.58º | 0.97% | 0.62% | - |
| HSV(B) | 352.58º | 0.74% | 0.99% | - |
| XYZ | 43.9 | 25.31 | 12.02 | - |
| YUV | 124.24 | 108.12 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 89 | 0 | 0.74 | 0.65 | 0.01 | 352.58 | 0.97 | 0.62 |
| Hex | FC | 42 | 59 | 0 | 4A | 41 | 1 | 161 | 61 | 3E |
| Octal | 374 | 102 | 131 | 0 | 112 | 101 | 1 | 541 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1011001 | 0 | 1001010 | 1000001 | 1 | 101100001 | 1100001 | 111110 |
Color Harmonies of #FC4259
Complementary color
Monochromatic Colors of #FC4259
Black with #FC4259
Text Example
Text Example
White with #FC4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4259; }
p { color: rgb(252,66,89); }
H1.HeaderClassName
{
color: #FC4259;
}
.AnyTagClassName
{
color: #FC4259;
}
</style>
background-color css
<style>
a { background-color: #FC4259; }
a { background-color: rgb(252,66,89); }
div.DivClassName
{
background-color: #FC4259;
}
.BgClassName
{
background-color: #FC4259;
}
</style>
border-color css
<style>
span { border-color: #FC4259; }
span { border-color: rgb(252,66,89); }
td.TdClassName
{
border-color: #FC4259;
}
.TagClassName
{
border-color: #FC4259;
}
</style>