Shades of Radical Red #FE3756
Tints of Radical Red #FE3756
RGB
CMYK
RGB Variations
Color information
#FE3756 (or 0xFE3756) is known color: Radical Red. HEX triplet: FE, 37 and 56. RGB value is (254,55,86). Sum of RGB (Red+Green+Blue) = 254+55+86=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3756 is #01C8A9. Grayscale: #767676. Windows color (decimal): -116906 or 5650430. OLE color: 5650430.
HSL color Cylindrical-coordinate representation of color #FE3756: hue angle of 350.65º 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 #FE3756 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 86 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.00 |
| HSL | 350.65º | 0.99% | 0.61% | - |
| HSV(B) | 350.65º | 0.78% | 1% | - |
| XYZ | 43.92 | 24.48 | 11.21 | - |
| YUV | 118.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 86 | 0 | 0.78 | 0.66 | 0.00 | 350.65 | 0.99 | 0.61 |
| Hex | FE | 37 | 56 | 0 | 4E | 42 | 0 | 15F | 63 | 3D |
| Octal | 376 | 67 | 126 | 0 | 116 | 102 | 0 | 537 | 143 | 75 |
| Binary | 11111110 | 110111 | 1010110 | 0 | 1001110 | 1000010 | 0 | 101011111 | 1100011 | 111101 |
Color Harmonies of #FE3756
Complementary color
Monochromatic Colors of #FE3756
Black with #FE3756
Text Example
Text Example
White with #FE3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3756; }
p { color: rgb(254,55,86); }
H1.HeaderClassName
{
color: #FE3756;
}
.AnyTagClassName
{
color: #FE3756;
}
</style>
background-color css
<style>
a { background-color: #FE3756; }
a { background-color: rgb(254,55,86); }
div.DivClassName
{
background-color: #FE3756;
}
.BgClassName
{
background-color: #FE3756;
}
</style>
border-color css
<style>
span { border-color: #FE3756; }
span { border-color: rgb(254,55,86); }
td.TdClassName
{
border-color: #FE3756;
}
.TagClassName
{
border-color: #FE3756;
}
</style>