Shades of Radical Red #FE365B
Tints of Radical Red #FE365B
RGB
CMYK
RGB Variations
Color information
#FE365B (or 0xFE365B) is known color: Radical Red. HEX triplet: FE, 36 and 5B. RGB value is (254,54,91). Sum of RGB (Red+Green+Blue) = 254+54+91=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE365B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE365B is #01C9A4. Grayscale: #767676. Windows color (decimal): -117157 or 5977854. OLE color: 5977854.
HSL color Cylindrical-coordinate representation of color #FE365B: hue angle of 348.9º 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 #FE365B is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 91 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.00 |
| HSL | 348.9º | 0.99% | 0.6% | - |
| HSV(B) | 348.9º | 0.79% | 1% | - |
| XYZ | 44.08 | 24.46 | 12.3 | - |
| YUV | 118.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 91 | 0 | 0.79 | 0.64 | 0.00 | 348.9 | 0.99 | 0.6 |
| Hex | FE | 36 | 5B | 0 | 4F | 40 | 0 | 15D | 63 | 3C |
| Octal | 376 | 66 | 133 | 0 | 117 | 100 | 0 | 535 | 143 | 74 |
| Binary | 11111110 | 110110 | 1011011 | 0 | 1001111 | 1000000 | 0 | 101011101 | 1100011 | 111100 |
Color Harmonies of #FE365B
Complementary color
Monochromatic Colors of #FE365B
Black with #FE365B
Text Example
Text Example
White with #FE365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE365B; }
p { color: rgb(254,54,91); }
H1.HeaderClassName
{
color: #FE365B;
}
.AnyTagClassName
{
color: #FE365B;
}
</style>
background-color css
<style>
a { background-color: #FE365B; }
a { background-color: rgb(254,54,91); }
div.DivClassName
{
background-color: #FE365B;
}
.BgClassName
{
background-color: #FE365B;
}
</style>
border-color css
<style>
span { border-color: #FE365B; }
span { border-color: rgb(254,54,91); }
td.TdClassName
{
border-color: #FE365B;
}
.TagClassName
{
border-color: #FE365B;
}
</style>