Shades of Radical Red #FE505E
Tints of Radical Red #FE505E
RGB
CMYK
RGB Variations
Color information
#FE505E (or 0xFE505E) is known color: Radical Red. HEX triplet: FE, 50 and 5E. RGB value is (254,80,94). Sum of RGB (Red+Green+Blue) = 254+80+94=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE505E is #01AFA1. Grayscale: #858585. Windows color (decimal): -110498 or 6181118. OLE color: 6181118.
HSL color Cylindrical-coordinate representation of color #FE505E: hue angle of 355.17º 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 #FE505E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 94 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.00 |
| HSL | 355.17º | 0.99% | 0.65% | - |
| HSV(B) | 355.17º | 0.69% | 1% | - |
| XYZ | 45.76 | 27.62 | 13.51 | - |
| YUV | 133.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 94 | 0 | 0.69 | 0.63 | 0.00 | 355.17 | 0.99 | 0.65 |
| Hex | FE | 50 | 5E | 0 | 45 | 3F | 0 | 163 | 63 | 41 |
| Octal | 376 | 120 | 136 | 0 | 105 | 77 | 0 | 543 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1011110 | 0 | 1000101 | 111111 | 0 | 101100011 | 1100011 | 1000001 |
Color Harmonies of #FE505E
Complementary color
Monochromatic Colors of #FE505E
Black with #FE505E
Text Example
Text Example
White with #FE505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE505E; }
p { color: rgb(254,80,94); }
H1.HeaderClassName
{
color: #FE505E;
}
.AnyTagClassName
{
color: #FE505E;
}
</style>
background-color css
<style>
a { background-color: #FE505E; }
a { background-color: rgb(254,80,94); }
div.DivClassName
{
background-color: #FE505E;
}
.BgClassName
{
background-color: #FE505E;
}
</style>
border-color css
<style>
span { border-color: #FE505E; }
span { border-color: rgb(254,80,94); }
td.TdClassName
{
border-color: #FE505E;
}
.TagClassName
{
border-color: #FE505E;
}
</style>