Shades of Radical Red #FE376C
Tints of Radical Red #FE376C
RGB
CMYK
RGB Variations
Color information
#FE376C (or 0xFE376C) is known color: Radical Red. HEX triplet: FE, 37 and 6C. RGB value is (254,55,108). Sum of RGB (Red+Green+Blue) = 254+55+108=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE376C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE376C is #01C893. Grayscale: #787878. Windows color (decimal): -116884 or 7092222. OLE color: 7092222.
HSL color Cylindrical-coordinate representation of color #FE376C: hue angle of 344.02º 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 #FE376C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 108 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.00 |
| HSL | 344.02º | 0.99% | 0.61% | - |
| HSV(B) | 344.02º | 0.78% | 1% | - |
| XYZ | 44.95 | 24.89 | 16.62 | - |
| YUV | 120.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 108 | 0 | 0.78 | 0.57 | 0.00 | 344.02 | 0.99 | 0.61 |
| Hex | FE | 37 | 6C | 0 | 4E | 39 | 0 | 158 | 63 | 3D |
| Octal | 376 | 67 | 154 | 0 | 116 | 71 | 0 | 530 | 143 | 75 |
| Binary | 11111110 | 110111 | 1101100 | 0 | 1001110 | 111001 | 0 | 101011000 | 1100011 | 111101 |
Color Harmonies of #FE376C
Complementary color
Monochromatic Colors of #FE376C
Black with #FE376C
Text Example
Text Example
White with #FE376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE376C; }
p { color: rgb(254,55,108); }
H1.HeaderClassName
{
color: #FE376C;
}
.AnyTagClassName
{
color: #FE376C;
}
</style>
background-color css
<style>
a { background-color: #FE376C; }
a { background-color: rgb(254,55,108); }
div.DivClassName
{
background-color: #FE376C;
}
.BgClassName
{
background-color: #FE376C;
}
</style>
border-color css
<style>
span { border-color: #FE376C; }
span { border-color: rgb(254,55,108); }
td.TdClassName
{
border-color: #FE376C;
}
.TagClassName
{
border-color: #FE376C;
}
</style>