Shades of Radical Red #FE255E
Tints of Radical Red #FE255E
RGB
CMYK
RGB Variations
Color information
#FE255E (or 0xFE255E) is known color: Radical Red. HEX triplet: FE, 25 and 5E. RGB value is (254,37,94). Sum of RGB (Red+Green+Blue) = 254+37+94=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE255E is #01DAA1. Grayscale: #6C6C6C. Windows color (decimal): -121506 or 6170110. OLE color: 6170110.
HSL color Cylindrical-coordinate representation of color #FE255E: hue angle of 344.24º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE255E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 94 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.00 |
| HSL | 344.24º | 0.99% | 0.57% | - |
| HSV(B) | 344.24º | 0.85% | 1% | - |
| XYZ | 43.56 | 23.2 | 12.77 | - |
| YUV | 108.38 | 119.89 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 94 | 0 | 0.85 | 0.63 | 0.00 | 344.24 | 0.99 | 0.57 |
| Hex | FE | 25 | 5E | 0 | 55 | 3F | 0 | 158 | 63 | 39 |
| Octal | 376 | 45 | 136 | 0 | 125 | 77 | 0 | 530 | 143 | 71 |
| Binary | 11111110 | 100101 | 1011110 | 0 | 1010101 | 111111 | 0 | 101011000 | 1100011 | 111001 |
Color Harmonies of #FE255E
Complementary color
Monochromatic Colors of #FE255E
Black with #FE255E
Text Example
Text Example
White with #FE255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE255E; }
p { color: rgb(254,37,94); }
H1.HeaderClassName
{
color: #FE255E;
}
.AnyTagClassName
{
color: #FE255E;
}
</style>
background-color css
<style>
a { background-color: #FE255E; }
a { background-color: rgb(254,37,94); }
div.DivClassName
{
background-color: #FE255E;
}
.BgClassName
{
background-color: #FE255E;
}
</style>
border-color css
<style>
span { border-color: #FE255E; }
span { border-color: rgb(254,37,94); }
td.TdClassName
{
border-color: #FE255E;
}
.TagClassName
{
border-color: #FE255E;
}
</style>