Shades of Radical Red #FE4458
Tints of Radical Red #FE4458
RGB
CMYK
RGB Variations
Color information
#FE4458 (or 0xFE4458) is known color: Radical Red. HEX triplet: FE, 44 and 58. RGB value is (254,68,88). Sum of RGB (Red+Green+Blue) = 254+68+88=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4458 is #01BBA7. Grayscale: #7E7E7E. Windows color (decimal): -113576 or 5784830. OLE color: 5784830.
HSL color Cylindrical-coordinate representation of color #FE4458: hue angle of 353.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4458 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 88 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.00 |
| HSL | 353.55º | 0.99% | 0.63% | - |
| HSV(B) | 353.55º | 0.73% | 1% | - |
| XYZ | 44.7 | 25.91 | 11.88 | - |
| YUV | 125.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 88 | 0 | 0.73 | 0.65 | 0.00 | 353.55 | 0.99 | 0.63 |
| Hex | FE | 44 | 58 | 0 | 49 | 41 | 0 | 162 | 63 | 3F |
| Octal | 376 | 104 | 130 | 0 | 111 | 101 | 0 | 542 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1011000 | 0 | 1001001 | 1000001 | 0 | 101100010 | 1100011 | 111111 |
Color Harmonies of #FE4458
Complementary color
Monochromatic Colors of #FE4458
Black with #FE4458
Text Example
Text Example
White with #FE4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4458; }
p { color: rgb(254,68,88); }
H1.HeaderClassName
{
color: #FE4458;
}
.AnyTagClassName
{
color: #FE4458;
}
</style>
background-color css
<style>
a { background-color: #FE4458; }
a { background-color: rgb(254,68,88); }
div.DivClassName
{
background-color: #FE4458;
}
.BgClassName
{
background-color: #FE4458;
}
</style>
border-color css
<style>
span { border-color: #FE4458; }
span { border-color: rgb(254,68,88); }
td.TdClassName
{
border-color: #FE4458;
}
.TagClassName
{
border-color: #FE4458;
}
</style>