Shades of Radical Red #FE375E
Tints of Radical Red #FE375E
RGB
CMYK
RGB Variations
Color information
#FE375E (or 0xFE375E) is known color: Radical Red. HEX triplet: FE, 37 and 5E. RGB value is (254,55,94). Sum of RGB (Red+Green+Blue) = 254+55+94=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE375E is #01C8A1. Grayscale: #767676. Windows color (decimal): -116898 or 6174718. OLE color: 6174718.
HSL color Cylindrical-coordinate representation of color #FE375E: hue angle of 348.24º 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 #FE375E is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 94 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.00 |
| HSL | 348.24º | 0.99% | 0.61% | - |
| HSV(B) | 348.24º | 0.78% | 1% | - |
| XYZ | 44.26 | 24.61 | 13.01 | - |
| YUV | 118.95 | 113.93 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 94 | 0 | 0.78 | 0.63 | 0.00 | 348.24 | 0.99 | 0.61 |
| Hex | FE | 37 | 5E | 0 | 4E | 3F | 0 | 15C | 63 | 3D |
| Octal | 376 | 67 | 136 | 0 | 116 | 77 | 0 | 534 | 143 | 75 |
| Binary | 11111110 | 110111 | 1011110 | 0 | 1001110 | 111111 | 0 | 101011100 | 1100011 | 111101 |
Color Harmonies of #FE375E
Complementary color
Monochromatic Colors of #FE375E
Black with #FE375E
Text Example
Text Example
White with #FE375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE375E; }
p { color: rgb(254,55,94); }
H1.HeaderClassName
{
color: #FE375E;
}
.AnyTagClassName
{
color: #FE375E;
}
</style>
background-color css
<style>
a { background-color: #FE375E; }
a { background-color: rgb(254,55,94); }
div.DivClassName
{
background-color: #FE375E;
}
.BgClassName
{
background-color: #FE375E;
}
</style>
border-color css
<style>
span { border-color: #FE375E; }
span { border-color: rgb(254,55,94); }
td.TdClassName
{
border-color: #FE375E;
}
.TagClassName
{
border-color: #FE375E;
}
</style>