Shades of Radical Red #FE5253
Tints of Radical Red #FE5253
RGB
CMYK
RGB Variations
Color information
#FE5253 (or 0xFE5253) is known color: Radical Red. HEX triplet: FE, 52 and 53. RGB value is (254,82,83). Sum of RGB (Red+Green+Blue) = 254+82+83=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5253 is #01ADAC. Grayscale: #858585. Windows color (decimal): -109997 or 5460734. OLE color: 5460734.
HSL color Cylindrical-coordinate representation of color #FE5253: hue angle of 359.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5253 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 83 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.00 |
| HSL | 359.65º | 0.99% | 0.66% | - |
| HSV(B) | 359.65º | 0.68% | 1% | - |
| XYZ | 45.45 | 27.73 | 11.14 | - |
| YUV | 133.54 | 99.48 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 83 | 0 | 0.68 | 0.67 | 0.00 | 359.65 | 0.99 | 0.66 |
| Hex | FE | 52 | 53 | 0 | 44 | 43 | 0 | 168 | 63 | 42 |
| Octal | 376 | 122 | 123 | 0 | 104 | 103 | 0 | 550 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1010011 | 0 | 1000100 | 1000011 | 0 | 101101000 | 1100011 | 1000010 |
Color Harmonies of #FE5253
Complementary color
Monochromatic Colors of #FE5253
Black with #FE5253
Text Example
Text Example
White with #FE5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5253; }
p { color: rgb(254,82,83); }
H1.HeaderClassName
{
color: #FE5253;
}
.AnyTagClassName
{
color: #FE5253;
}
</style>
background-color css
<style>
a { background-color: #FE5253; }
a { background-color: rgb(254,82,83); }
div.DivClassName
{
background-color: #FE5253;
}
.BgClassName
{
background-color: #FE5253;
}
</style>
border-color css
<style>
span { border-color: #FE5253; }
span { border-color: rgb(254,82,83); }
td.TdClassName
{
border-color: #FE5253;
}
.TagClassName
{
border-color: #FE5253;
}
</style>