Shades of Radical Red #FE515D
Tints of Radical Red #FE515D
RGB
CMYK
RGB Variations
Color information
#FE515D (or 0xFE515D) is known color: Radical Red. HEX triplet: FE, 51 and 5D. RGB value is (254,81,93). Sum of RGB (Red+Green+Blue) = 254+81+93=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE515D is #01AEA2. Grayscale: #868686. Windows color (decimal): -110243 or 6115838. OLE color: 6115838.
HSL color Cylindrical-coordinate representation of color #FE515D: hue angle of 355.84º 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 #FE515D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 93 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.00 |
| HSL | 355.84º | 0.99% | 0.66% | - |
| HSV(B) | 355.84º | 0.68% | 1% | - |
| XYZ | 45.79 | 27.75 | 13.3 | - |
| YUV | 134.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 93 | 0 | 0.68 | 0.63 | 0.00 | 355.84 | 0.99 | 0.66 |
| Hex | FE | 51 | 5D | 0 | 44 | 3F | 0 | 164 | 63 | 42 |
| Octal | 376 | 121 | 135 | 0 | 104 | 77 | 0 | 544 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1011101 | 0 | 1000100 | 111111 | 0 | 101100100 | 1100011 | 1000010 |
Color Harmonies of #FE515D
Complementary color
Monochromatic Colors of #FE515D
Black with #FE515D
Text Example
Text Example
White with #FE515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE515D; }
p { color: rgb(254,81,93); }
H1.HeaderClassName
{
color: #FE515D;
}
.AnyTagClassName
{
color: #FE515D;
}
</style>
background-color css
<style>
a { background-color: #FE515D; }
a { background-color: rgb(254,81,93); }
div.DivClassName
{
background-color: #FE515D;
}
.BgClassName
{
background-color: #FE515D;
}
</style>
border-color css
<style>
span { border-color: #FE515D; }
span { border-color: rgb(254,81,93); }
td.TdClassName
{
border-color: #FE515D;
}
.TagClassName
{
border-color: #FE515D;
}
</style>