Shades of Radical Red #FE365F
Tints of Radical Red #FE365F
RGB
CMYK
RGB Variations
Color information
#FE365F (or 0xFE365F) is known color: Radical Red. HEX triplet: FE, 36 and 5F. RGB value is (254,54,95). Sum of RGB (Red+Green+Blue) = 254+54+95=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE365F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE365F is #01C9A0. Grayscale: #767676. Windows color (decimal): -117153 or 6239998. OLE color: 6239998.
HSL color Cylindrical-coordinate representation of color #FE365F: hue angle of 347.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE365F is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 95 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.00 |
| HSL | 347.7º | 0.99% | 0.6% | - |
| HSV(B) | 347.7º | 0.79% | 1% | - |
| XYZ | 44.26 | 24.54 | 13.23 | - |
| YUV | 118.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 95 | 0 | 0.79 | 0.63 | 0.00 | 347.7 | 0.99 | 0.6 |
| Hex | FE | 36 | 5F | 0 | 4F | 3F | 0 | 15C | 63 | 3C |
| Octal | 376 | 66 | 137 | 0 | 117 | 77 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110110 | 1011111 | 0 | 1001111 | 111111 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE365F
Complementary color
Monochromatic Colors of #FE365F
Black with #FE365F
Text Example
Text Example
White with #FE365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE365F; }
p { color: rgb(254,54,95); }
H1.HeaderClassName
{
color: #FE365F;
}
.AnyTagClassName
{
color: #FE365F;
}
</style>
background-color css
<style>
a { background-color: #FE365F; }
a { background-color: rgb(254,54,95); }
div.DivClassName
{
background-color: #FE365F;
}
.BgClassName
{
background-color: #FE365F;
}
</style>
border-color css
<style>
span { border-color: #FE365F; }
span { border-color: rgb(254,54,95); }
td.TdClassName
{
border-color: #FE365F;
}
.TagClassName
{
border-color: #FE365F;
}
</style>