Shades of Radical Red #FE505B
Tints of Radical Red #FE505B
RGB
CMYK
RGB Variations
Color information
#FE505B (or 0xFE505B) is known color: Radical Red. HEX triplet: FE, 50 and 5B. RGB value is (254,80,91). Sum of RGB (Red+Green+Blue) = 254+80+91=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE505B is #01AFA4. Grayscale: #858585. Windows color (decimal): -110501 or 5984510. OLE color: 5984510.
HSL color Cylindrical-coordinate representation of color #FE505B: hue angle of 356.21º 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 #FE505B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 91 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.00 |
| HSL | 356.21º | 0.99% | 0.65% | - |
| HSV(B) | 356.21º | 0.69% | 1% | - |
| XYZ | 45.63 | 27.56 | 12.81 | - |
| YUV | 133.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 91 | 0 | 0.69 | 0.64 | 0.00 | 356.21 | 0.99 | 0.65 |
| Hex | FE | 50 | 5B | 0 | 45 | 40 | 0 | 164 | 63 | 41 |
| Octal | 376 | 120 | 133 | 0 | 105 | 100 | 0 | 544 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1011011 | 0 | 1000101 | 1000000 | 0 | 101100100 | 1100011 | 1000001 |
Color Harmonies of #FE505B
Complementary color
Monochromatic Colors of #FE505B
Black with #FE505B
Text Example
Text Example
White with #FE505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE505B; }
p { color: rgb(254,80,91); }
H1.HeaderClassName
{
color: #FE505B;
}
.AnyTagClassName
{
color: #FE505B;
}
</style>
background-color css
<style>
a { background-color: #FE505B; }
a { background-color: rgb(254,80,91); }
div.DivClassName
{
background-color: #FE505B;
}
.BgClassName
{
background-color: #FE505B;
}
</style>
border-color css
<style>
span { border-color: #FE505B; }
span { border-color: rgb(254,80,91); }
td.TdClassName
{
border-color: #FE505B;
}
.TagClassName
{
border-color: #FE505B;
}
</style>