Shades of Radical Red #FC255E
Tints of Radical Red #FC255E
RGB
CMYK
RGB Variations
Color information
#FC255E (or 0xFC255E) is known color: Radical Red. HEX triplet: FC, 25 and 5E. RGB value is (252,37,94). Sum of RGB (Red+Green+Blue) = 252+37+94=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC255E is #03DAA1. Grayscale: #6B6B6B. Windows color (decimal): -252578 or 6170108. OLE color: 6170108.
HSL color Cylindrical-coordinate representation of color #FC255E: hue angle of 344.09º 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 #FC255E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 94 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.01 |
| HSL | 344.09º | 0.97% | 0.57% | - |
| HSV(B) | 344.09º | 0.85% | 0.99% | - |
| XYZ | 42.83 | 22.83 | 12.74 | - |
| YUV | 107.78 | 120.23 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 94 | 0 | 0.85 | 0.63 | 0.01 | 344.09 | 0.97 | 0.57 |
| Hex | FC | 25 | 5E | 0 | 55 | 3F | 1 | 158 | 61 | 39 |
| Octal | 374 | 45 | 136 | 0 | 125 | 77 | 1 | 530 | 141 | 71 |
| Binary | 11111100 | 100101 | 1011110 | 0 | 1010101 | 111111 | 1 | 101011000 | 1100001 | 111001 |
Color Harmonies of #FC255E
Complementary color
Monochromatic Colors of #FC255E
Black with #FC255E
Text Example
Text Example
White with #FC255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC255E; }
p { color: rgb(252,37,94); }
H1.HeaderClassName
{
color: #FC255E;
}
.AnyTagClassName
{
color: #FC255E;
}
</style>
background-color css
<style>
a { background-color: #FC255E; }
a { background-color: rgb(252,37,94); }
div.DivClassName
{
background-color: #FC255E;
}
.BgClassName
{
background-color: #FC255E;
}
</style>
border-color css
<style>
span { border-color: #FC255E; }
span { border-color: rgb(252,37,94); }
td.TdClassName
{
border-color: #FC255E;
}
.TagClassName
{
border-color: #FC255E;
}
</style>