Shades of Radical Red #FE3771
Tints of Radical Red #FE3771
RGB
CMYK
RGB Variations
Color information
#FE3771 (or 0xFE3771) is known color: Radical Red. HEX triplet: FE, 37 and 71. RGB value is (254,55,113). Sum of RGB (Red+Green+Blue) = 254+55+113=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3771 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3771 is #01C88E. Grayscale: #797979. Windows color (decimal): -116879 or 7419902. OLE color: 7419902.
HSL color Cylindrical-coordinate representation of color #FE3771: hue angle of 342.51º 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 #FE3771 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 113 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.00 |
| HSL | 342.51º | 0.99% | 0.61% | - |
| HSV(B) | 342.51º | 0.78% | 1% | - |
| XYZ | 45.22 | 25 | 18.06 | - |
| YUV | 121.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 113 | 0 | 0.78 | 0.56 | 0.00 | 342.51 | 0.99 | 0.61 |
| Hex | FE | 37 | 71 | 0 | 4E | 38 | 0 | 157 | 63 | 3D |
| Octal | 376 | 67 | 161 | 0 | 116 | 70 | 0 | 527 | 143 | 75 |
| Binary | 11111110 | 110111 | 1110001 | 0 | 1001110 | 111000 | 0 | 101010111 | 1100011 | 111101 |
Color Harmonies of #FE3771
Complementary color
Monochromatic Colors of #FE3771
Black with #FE3771
Text Example
Text Example
White with #FE3771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3771; }
p { color: rgb(254,55,113); }
H1.HeaderClassName
{
color: #FE3771;
}
.AnyTagClassName
{
color: #FE3771;
}
</style>
background-color css
<style>
a { background-color: #FE3771; }
a { background-color: rgb(254,55,113); }
div.DivClassName
{
background-color: #FE3771;
}
.BgClassName
{
background-color: #FE3771;
}
</style>
border-color css
<style>
span { border-color: #FE3771; }
span { border-color: rgb(254,55,113); }
td.TdClassName
{
border-color: #FE3771;
}
.TagClassName
{
border-color: #FE3771;
}
</style>