Shades of Radical Red #FE2570
Tints of Radical Red #FE2570
RGB
CMYK
RGB Variations
Color information
#FE2570 (or 0xFE2570) is known color: Radical Red. HEX triplet: FE, 25 and 70. RGB value is (254,37,112). Sum of RGB (Red+Green+Blue) = 254+37+112=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2570 is #01DA8F. Grayscale: #6E6E6E. Windows color (decimal): -121488 or 7349758. OLE color: 7349758.
HSL color Cylindrical-coordinate representation of color #FE2570: hue angle of 339.26º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2570 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 112 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.00 |
| HSL | 339.26º | 0.99% | 0.57% | - |
| HSV(B) | 339.26º | 0.85% | 1% | - |
| XYZ | 44.46 | 23.56 | 17.53 | - |
| YUV | 110.43 | 128.89 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 112 | 0 | 0.85 | 0.56 | 0.00 | 339.26 | 0.99 | 0.57 |
| Hex | FE | 25 | 70 | 0 | 55 | 38 | 0 | 153 | 63 | 39 |
| Octal | 376 | 45 | 160 | 0 | 125 | 70 | 0 | 523 | 143 | 71 |
| Binary | 11111110 | 100101 | 1110000 | 0 | 1010101 | 111000 | 0 | 101010011 | 1100011 | 111001 |
Color Harmonies of #FE2570
Complementary color
Monochromatic Colors of #FE2570
Black with #FE2570
Text Example
Text Example
White with #FE2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2570; }
p { color: rgb(254,37,112); }
H1.HeaderClassName
{
color: #FE2570;
}
.AnyTagClassName
{
color: #FE2570;
}
</style>
background-color css
<style>
a { background-color: #FE2570; }
a { background-color: rgb(254,37,112); }
div.DivClassName
{
background-color: #FE2570;
}
.BgClassName
{
background-color: #FE2570;
}
</style>
border-color css
<style>
span { border-color: #FE2570; }
span { border-color: rgb(254,37,112); }
td.TdClassName
{
border-color: #FE2570;
}
.TagClassName
{
border-color: #FE2570;
}
</style>