Shades of Radical Red #FE2053
Tints of Radical Red #FE2053
RGB
CMYK
RGB Variations
Color information
#FE2053 (or 0xFE2053) is known color: Radical Red. HEX triplet: FE, 20 and 53. RGB value is (254,32,83). Sum of RGB (Red+Green+Blue) = 254+32+83=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2053 is #01DFAC. Grayscale: #686868. Windows color (decimal): -122797 or 5447934. OLE color: 5447934.
HSL color Cylindrical-coordinate representation of color #FE2053: hue angle of 346.22º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2053 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 83 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.00 |
| HSL | 346.22º | 0.99% | 0.56% | - |
| HSV(B) | 346.22º | 0.87% | 1% | - |
| XYZ | 42.95 | 22.73 | 10.31 | - |
| YUV | 104.19 | 116.05 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 83 | 0 | 0.87 | 0.67 | 0.00 | 346.22 | 0.99 | 0.56 |
| Hex | FE | 20 | 53 | 0 | 57 | 43 | 0 | 15A | 63 | 38 |
| Octal | 376 | 40 | 123 | 0 | 127 | 103 | 0 | 532 | 143 | 70 |
| Binary | 11111110 | 100000 | 1010011 | 0 | 1010111 | 1000011 | 0 | 101011010 | 1100011 | 111000 |
Color Harmonies of #FE2053
Complementary color
Monochromatic Colors of #FE2053
Black with #FE2053
Text Example
Text Example
White with #FE2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2053; }
p { color: rgb(254,32,83); }
H1.HeaderClassName
{
color: #FE2053;
}
.AnyTagClassName
{
color: #FE2053;
}
</style>
background-color css
<style>
a { background-color: #FE2053; }
a { background-color: rgb(254,32,83); }
div.DivClassName
{
background-color: #FE2053;
}
.BgClassName
{
background-color: #FE2053;
}
</style>
border-color css
<style>
span { border-color: #FE2053; }
span { border-color: rgb(254,32,83); }
td.TdClassName
{
border-color: #FE2053;
}
.TagClassName
{
border-color: #FE2053;
}
</style>