Shades of Radical Red #FE2575
Tints of Radical Red #FE2575
RGB
CMYK
RGB Variations
Color information
#FE2575 (or 0xFE2575) is known color: Radical Red. HEX triplet: FE, 25 and 75. RGB value is (254,37,117). Sum of RGB (Red+Green+Blue) = 254+37+117=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2575 is #01DA8A. Grayscale: #6E6E6E. Windows color (decimal): -121483 or 7677438. OLE color: 7677438.
HSL color Cylindrical-coordinate representation of color #FE2575: hue angle of 337.88º 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 #FE2575 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 117 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.00 |
| HSL | 337.88º | 0.99% | 0.57% | - |
| HSV(B) | 337.88º | 0.85% | 1% | - |
| XYZ | 44.75 | 23.68 | 19.04 | - |
| YUV | 111 | 131.39 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 117 | 0 | 0.85 | 0.54 | 0.00 | 337.88 | 0.99 | 0.57 |
| Hex | FE | 25 | 75 | 0 | 55 | 36 | 0 | 152 | 63 | 39 |
| Octal | 376 | 45 | 165 | 0 | 125 | 66 | 0 | 522 | 143 | 71 |
| Binary | 11111110 | 100101 | 1110101 | 0 | 1010101 | 110110 | 0 | 101010010 | 1100011 | 111001 |
Color Harmonies of #FE2575
Complementary color
Monochromatic Colors of #FE2575
Black with #FE2575
Text Example
Text Example
White with #FE2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2575; }
p { color: rgb(254,37,117); }
H1.HeaderClassName
{
color: #FE2575;
}
.AnyTagClassName
{
color: #FE2575;
}
</style>
background-color css
<style>
a { background-color: #FE2575; }
a { background-color: rgb(254,37,117); }
div.DivClassName
{
background-color: #FE2575;
}
.BgClassName
{
background-color: #FE2575;
}
</style>
border-color css
<style>
span { border-color: #FE2575; }
span { border-color: rgb(254,37,117); }
td.TdClassName
{
border-color: #FE2575;
}
.TagClassName
{
border-color: #FE2575;
}
</style>