Shades of Radical Red #FC256E
Tints of Radical Red #FC256E
RGB
CMYK
RGB Variations
Color information
#FC256E (or 0xFC256E) is known color: Radical Red. HEX triplet: FC, 25 and 6E. RGB value is (252,37,110). Sum of RGB (Red+Green+Blue) = 252+37+110=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC256E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC256E is #03DA91. Grayscale: #6D6D6D. Windows color (decimal): -252562 or 7218684. OLE color: 7218684.
HSL color Cylindrical-coordinate representation of color #FC256E: hue angle of 339.63º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC256E is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 110 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.01 |
| HSL | 339.63º | 0.97% | 0.57% | - |
| HSV(B) | 339.63º | 0.85% | 0.99% | - |
| XYZ | 43.62 | 23.14 | 16.92 | - |
| YUV | 109.61 | 128.23 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 110 | 0 | 0.85 | 0.56 | 0.01 | 339.63 | 0.97 | 0.57 |
| Hex | FC | 25 | 6E | 0 | 55 | 38 | 1 | 154 | 61 | 39 |
| Octal | 374 | 45 | 156 | 0 | 125 | 70 | 1 | 524 | 141 | 71 |
| Binary | 11111100 | 100101 | 1101110 | 0 | 1010101 | 111000 | 1 | 101010100 | 1100001 | 111001 |
Color Harmonies of #FC256E
Complementary color
Monochromatic Colors of #FC256E
Black with #FC256E
Text Example
Text Example
White with #FC256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC256E; }
p { color: rgb(252,37,110); }
H1.HeaderClassName
{
color: #FC256E;
}
.AnyTagClassName
{
color: #FC256E;
}
</style>
background-color css
<style>
a { background-color: #FC256E; }
a { background-color: rgb(252,37,110); }
div.DivClassName
{
background-color: #FC256E;
}
.BgClassName
{
background-color: #FC256E;
}
</style>
border-color css
<style>
span { border-color: #FC256E; }
span { border-color: rgb(252,37,110); }
td.TdClassName
{
border-color: #FC256E;
}
.TagClassName
{
border-color: #FC256E;
}
</style>