Shades of Radical Red #FE3755
Tints of Radical Red #FE3755
RGB
CMYK
RGB Variations
Color information
#FE3755 (or 0xFE3755) is known color: Radical Red. HEX triplet: FE, 37 and 55. RGB value is (254,55,85). Sum of RGB (Red+Green+Blue) = 254+55+85=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3755 is #01C8AA. Grayscale: #767676. Windows color (decimal): -116907 or 5584894. OLE color: 5584894.
HSL color Cylindrical-coordinate representation of color #FE3755: hue angle of 350.95º 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 #FE3755 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 85 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.00 |
| HSL | 350.95º | 0.99% | 0.61% | - |
| HSV(B) | 350.95º | 0.78% | 1% | - |
| XYZ | 43.88 | 24.46 | 11 | - |
| YUV | 117.92 | 109.43 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 85 | 0 | 0.78 | 0.67 | 0.00 | 350.95 | 0.99 | 0.61 |
| Hex | FE | 37 | 55 | 0 | 4E | 43 | 0 | 15F | 63 | 3D |
| Octal | 376 | 67 | 125 | 0 | 116 | 103 | 0 | 537 | 143 | 75 |
| Binary | 11111110 | 110111 | 1010101 | 0 | 1001110 | 1000011 | 0 | 101011111 | 1100011 | 111101 |
Color Harmonies of #FE3755
Complementary color
Monochromatic Colors of #FE3755
Black with #FE3755
Text Example
Text Example
White with #FE3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3755; }
p { color: rgb(254,55,85); }
H1.HeaderClassName
{
color: #FE3755;
}
.AnyTagClassName
{
color: #FE3755;
}
</style>
background-color css
<style>
a { background-color: #FE3755; }
a { background-color: rgb(254,55,85); }
div.DivClassName
{
background-color: #FE3755;
}
.BgClassName
{
background-color: #FE3755;
}
</style>
border-color css
<style>
span { border-color: #FE3755; }
span { border-color: rgb(254,55,85); }
td.TdClassName
{
border-color: #FE3755;
}
.TagClassName
{
border-color: #FE3755;
}
</style>