Shades of Radical Red #FE2561
Tints of Radical Red #FE2561
RGB
CMYK
RGB Variations
Color information
#FE2561 (or 0xFE2561) is known color: Radical Red. HEX triplet: FE, 25 and 61. RGB value is (254,37,97). Sum of RGB (Red+Green+Blue) = 254+37+97=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2561 is #01DA9E. Grayscale: #6C6C6C. Windows color (decimal): -121503 or 6366718. OLE color: 6366718.
HSL color Cylindrical-coordinate representation of color #FE2561: hue angle of 343.41º 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 #FE2561 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 97 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.00 |
| HSL | 343.41º | 0.99% | 0.57% | - |
| HSV(B) | 343.41º | 0.85% | 1% | - |
| XYZ | 43.69 | 23.26 | 13.5 | - |
| YUV | 108.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 97 | 0 | 0.85 | 0.62 | 0.00 | 343.41 | 0.99 | 0.57 |
| Hex | FE | 25 | 61 | 0 | 55 | 3E | 0 | 157 | 63 | 39 |
| Octal | 376 | 45 | 141 | 0 | 125 | 76 | 0 | 527 | 143 | 71 |
| Binary | 11111110 | 100101 | 1100001 | 0 | 1010101 | 111110 | 0 | 101010111 | 1100011 | 111001 |
Color Harmonies of #FE2561
Complementary color
Monochromatic Colors of #FE2561
Black with #FE2561
Text Example
Text Example
White with #FE2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2561; }
p { color: rgb(254,37,97); }
H1.HeaderClassName
{
color: #FE2561;
}
.AnyTagClassName
{
color: #FE2561;
}
</style>
background-color css
<style>
a { background-color: #FE2561; }
a { background-color: rgb(254,37,97); }
div.DivClassName
{
background-color: #FE2561;
}
.BgClassName
{
background-color: #FE2561;
}
</style>
border-color css
<style>
span { border-color: #FE2561; }
span { border-color: rgb(254,37,97); }
td.TdClassName
{
border-color: #FE2561;
}
.TagClassName
{
border-color: #FE2561;
}
</style>