Shades of Radical Red #FE5052
Tints of Radical Red #FE5052
RGB
CMYK
RGB Variations
Color information
#FE5052 (or 0xFE5052) is known color: Radical Red. HEX triplet: FE, 50 and 52. RGB value is (254,80,82). Sum of RGB (Red+Green+Blue) = 254+80+82=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5052 is #01AFAD. Grayscale: #848484. Windows color (decimal): -110510 or 5394686. OLE color: 5394686.
HSL color Cylindrical-coordinate representation of color #FE5052: hue angle of 359.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5052 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 82 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.00 |
| HSL | 359.31º | 0.99% | 0.65% | - |
| HSV(B) | 359.31º | 0.69% | 1% | - |
| XYZ | 45.26 | 27.42 | 10.89 | - |
| YUV | 132.25 | 99.65 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 82 | 0 | 0.69 | 0.68 | 0.00 | 359.31 | 0.99 | 0.65 |
| Hex | FE | 50 | 52 | 0 | 45 | 44 | 0 | 167 | 63 | 41 |
| Octal | 376 | 120 | 122 | 0 | 105 | 104 | 0 | 547 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1010010 | 0 | 1000101 | 1000100 | 0 | 101100111 | 1100011 | 1000001 |
Color Harmonies of #FE5052
Complementary color
Monochromatic Colors of #FE5052
Black with #FE5052
Text Example
Text Example
White with #FE5052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5052; }
p { color: rgb(254,80,82); }
H1.HeaderClassName
{
color: #FE5052;
}
.AnyTagClassName
{
color: #FE5052;
}
</style>
background-color css
<style>
a { background-color: #FE5052; }
a { background-color: rgb(254,80,82); }
div.DivClassName
{
background-color: #FE5052;
}
.BgClassName
{
background-color: #FE5052;
}
</style>
border-color css
<style>
span { border-color: #FE5052; }
span { border-color: rgb(254,80,82); }
td.TdClassName
{
border-color: #FE5052;
}
.TagClassName
{
border-color: #FE5052;
}
</style>