Shades of Radical Red #FE4561
Tints of Radical Red #FE4561
RGB
CMYK
RGB Variations
Color information
#FE4561 (or 0xFE4561) is known color: Radical Red. HEX triplet: FE, 45 and 61. RGB value is (254,69,97). Sum of RGB (Red+Green+Blue) = 254+69+97=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4561 is #01BA9E. Grayscale: #7F7F7F. Windows color (decimal): -113311 or 6374910. OLE color: 6374910.
HSL color Cylindrical-coordinate representation of color #FE4561: hue angle of 350.92º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4561 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 97 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.00 |
| HSL | 350.92º | 0.99% | 0.63% | - |
| HSV(B) | 350.92º | 0.73% | 1% | - |
| XYZ | 45.16 | 26.19 | 13.98 | - |
| YUV | 127.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 97 | 0 | 0.73 | 0.62 | 0.00 | 350.92 | 0.99 | 0.63 |
| Hex | FE | 45 | 61 | 0 | 49 | 3E | 0 | 15F | 63 | 3F |
| Octal | 376 | 105 | 141 | 0 | 111 | 76 | 0 | 537 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1100001 | 0 | 1001001 | 111110 | 0 | 101011111 | 1100011 | 111111 |
Color Harmonies of #FE4561
Complementary color
Monochromatic Colors of #FE4561
Black with #FE4561
Text Example
Text Example
White with #FE4561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4561; }
p { color: rgb(254,69,97); }
H1.HeaderClassName
{
color: #FE4561;
}
.AnyTagClassName
{
color: #FE4561;
}
</style>
background-color css
<style>
a { background-color: #FE4561; }
a { background-color: rgb(254,69,97); }
div.DivClassName
{
background-color: #FE4561;
}
.BgClassName
{
background-color: #FE4561;
}
</style>
border-color css
<style>
span { border-color: #FE4561; }
span { border-color: rgb(254,69,97); }
td.TdClassName
{
border-color: #FE4561;
}
.TagClassName
{
border-color: #FE4561;
}
</style>