Shades of Radical Red #FE376B
Tints of Radical Red #FE376B
RGB
CMYK
RGB Variations
Color information
#FE376B (or 0xFE376B) is known color: Radical Red. HEX triplet: FE, 37 and 6B. RGB value is (254,55,107). Sum of RGB (Red+Green+Blue) = 254+55+107=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE376B is #01C894. Grayscale: #787878. Windows color (decimal): -116885 or 7026686. OLE color: 7026686.
HSL color Cylindrical-coordinate representation of color #FE376B: hue angle of 344.32º 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 #FE376B is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 107 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.00 |
| HSL | 344.32º | 0.99% | 0.61% | - |
| HSV(B) | 344.32º | 0.78% | 1% | - |
| XYZ | 44.89 | 24.86 | 16.34 | - |
| YUV | 120.43 | 120.43 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 107 | 0 | 0.78 | 0.58 | 0.00 | 344.32 | 0.99 | 0.61 |
| Hex | FE | 37 | 6B | 0 | 4E | 3A | 0 | 158 | 63 | 3D |
| Octal | 376 | 67 | 153 | 0 | 116 | 72 | 0 | 530 | 143 | 75 |
| Binary | 11111110 | 110111 | 1101011 | 0 | 1001110 | 111010 | 0 | 101011000 | 1100011 | 111101 |
Color Harmonies of #FE376B
Complementary color
Monochromatic Colors of #FE376B
Black with #FE376B
Text Example
Text Example
White with #FE376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE376B; }
p { color: rgb(254,55,107); }
H1.HeaderClassName
{
color: #FE376B;
}
.AnyTagClassName
{
color: #FE376B;
}
</style>
background-color css
<style>
a { background-color: #FE376B; }
a { background-color: rgb(254,55,107); }
div.DivClassName
{
background-color: #FE376B;
}
.BgClassName
{
background-color: #FE376B;
}
</style>
border-color css
<style>
span { border-color: #FE376B; }
span { border-color: rgb(254,55,107); }
td.TdClassName
{
border-color: #FE376B;
}
.TagClassName
{
border-color: #FE376B;
}
</style>