Shades of Radical Red #FE3761
Tints of Radical Red #FE3761
RGB
CMYK
RGB Variations
Color information
#FE3761 (or 0xFE3761) is known color: Radical Red. HEX triplet: FE, 37 and 61. RGB value is (254,55,97). Sum of RGB (Red+Green+Blue) = 254+55+97=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3761 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3761 is #01C89E. Grayscale: #777777. Windows color (decimal): -116895 or 6371326. OLE color: 6371326.
HSL color Cylindrical-coordinate representation of color #FE3761: hue angle of 347.34º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3761 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 97 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.00 |
| HSL | 347.34º | 0.99% | 0.61% | - |
| HSV(B) | 347.34º | 0.78% | 1% | - |
| XYZ | 44.4 | 24.67 | 13.73 | - |
| YUV | 119.29 | 115.43 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 97 | 0 | 0.78 | 0.62 | 0.00 | 347.34 | 0.99 | 0.61 |
| Hex | FE | 37 | 61 | 0 | 4E | 3E | 0 | 15B | 63 | 3D |
| Octal | 376 | 67 | 141 | 0 | 116 | 76 | 0 | 533 | 143 | 75 |
| Binary | 11111110 | 110111 | 1100001 | 0 | 1001110 | 111110 | 0 | 101011011 | 1100011 | 111101 |
Color Harmonies of #FE3761
Complementary color
Monochromatic Colors of #FE3761
Black with #FE3761
Text Example
Text Example
White with #FE3761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3761; }
p { color: rgb(254,55,97); }
H1.HeaderClassName
{
color: #FE3761;
}
.AnyTagClassName
{
color: #FE3761;
}
</style>
background-color css
<style>
a { background-color: #FE3761; }
a { background-color: rgb(254,55,97); }
div.DivClassName
{
background-color: #FE3761;
}
.BgClassName
{
background-color: #FE3761;
}
</style>
border-color css
<style>
span { border-color: #FE3761; }
span { border-color: rgb(254,55,97); }
td.TdClassName
{
border-color: #FE3761;
}
.TagClassName
{
border-color: #FE3761;
}
</style>