Shades of Radical Red #FE2560
Tints of Radical Red #FE2560
RGB
CMYK
RGB Variations
Color information
#FE2560 (or 0xFE2560) is known color: Radical Red. HEX triplet: FE, 25 and 60. RGB value is (254,37,96). Sum of RGB (Red+Green+Blue) = 254+37+96=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2560 is #01DA9F. Grayscale: #6C6C6C. Windows color (decimal): -121504 or 6301182. OLE color: 6301182.
HSL color Cylindrical-coordinate representation of color #FE2560: hue angle of 343.69º 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 #FE2560 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 96 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.00 |
| HSL | 343.69º | 0.99% | 0.57% | - |
| HSV(B) | 343.69º | 0.85% | 1% | - |
| XYZ | 43.65 | 23.24 | 13.25 | - |
| YUV | 108.61 | 120.89 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 96 | 0 | 0.85 | 0.62 | 0.00 | 343.69 | 0.99 | 0.57 |
| Hex | FE | 25 | 60 | 0 | 55 | 3E | 0 | 158 | 63 | 39 |
| Octal | 376 | 45 | 140 | 0 | 125 | 76 | 0 | 530 | 143 | 71 |
| Binary | 11111110 | 100101 | 1100000 | 0 | 1010101 | 111110 | 0 | 101011000 | 1100011 | 111001 |
Color Harmonies of #FE2560
Complementary color
Monochromatic Colors of #FE2560
Black with #FE2560
Text Example
Text Example
White with #FE2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2560; }
p { color: rgb(254,37,96); }
H1.HeaderClassName
{
color: #FE2560;
}
.AnyTagClassName
{
color: #FE2560;
}
</style>
background-color css
<style>
a { background-color: #FE2560; }
a { background-color: rgb(254,37,96); }
div.DivClassName
{
background-color: #FE2560;
}
.BgClassName
{
background-color: #FE2560;
}
</style>
border-color css
<style>
span { border-color: #FE2560; }
span { border-color: rgb(254,37,96); }
td.TdClassName
{
border-color: #FE2560;
}
.TagClassName
{
border-color: #FE2560;
}
</style>