Shades of Radical Red #FE4552
Tints of Radical Red #FE4552
RGB
CMYK
RGB Variations
Color information
#FE4552 (or 0xFE4552) is known color: Radical Red. HEX triplet: FE, 45 and 52. RGB value is (254,69,82). Sum of RGB (Red+Green+Blue) = 254+69+82=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4552 is #01BAAD. Grayscale: #7D7D7D. Windows color (decimal): -113326 or 5391870. OLE color: 5391870.
HSL color Cylindrical-coordinate representation of color #FE4552: hue angle of 355.78º 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 #FE4552 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 82 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.00 |
| HSL | 355.78º | 0.99% | 0.63% | - |
| HSV(B) | 355.78º | 0.73% | 1% | - |
| XYZ | 44.52 | 25.94 | 10.64 | - |
| YUV | 125.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 82 | 0 | 0.73 | 0.68 | 0.00 | 355.78 | 0.99 | 0.63 |
| Hex | FE | 45 | 52 | 0 | 49 | 44 | 0 | 164 | 63 | 3F |
| Octal | 376 | 105 | 122 | 0 | 111 | 104 | 0 | 544 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1010010 | 0 | 1001001 | 1000100 | 0 | 101100100 | 1100011 | 111111 |
Color Harmonies of #FE4552
Complementary color
Monochromatic Colors of #FE4552
Black with #FE4552
Text Example
Text Example
White with #FE4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4552; }
p { color: rgb(254,69,82); }
H1.HeaderClassName
{
color: #FE4552;
}
.AnyTagClassName
{
color: #FE4552;
}
</style>
background-color css
<style>
a { background-color: #FE4552; }
a { background-color: rgb(254,69,82); }
div.DivClassName
{
background-color: #FE4552;
}
.BgClassName
{
background-color: #FE4552;
}
</style>
border-color css
<style>
span { border-color: #FE4552; }
span { border-color: rgb(254,69,82); }
td.TdClassName
{
border-color: #FE4552;
}
.TagClassName
{
border-color: #FE4552;
}
</style>