Shades of Radical Red #FE5055
Tints of Radical Red #FE5055
RGB
CMYK
RGB Variations
Color information
#FE5055 (or 0xFE5055) is known color: Radical Red. HEX triplet: FE, 50 and 55. RGB value is (254,80,85). Sum of RGB (Red+Green+Blue) = 254+80+85=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5055 is #01AFAA. Grayscale: #848484. Windows color (decimal): -110507 or 5591294. OLE color: 5591294.
HSL color Cylindrical-coordinate representation of color #FE5055: hue angle of 358.28º 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 #FE5055 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 85 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.00 |
| HSL | 358.28º | 0.99% | 0.65% | - |
| HSV(B) | 358.28º | 0.69% | 1% | - |
| XYZ | 45.38 | 27.46 | 11.5 | - |
| YUV | 132.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 85 | 0 | 0.69 | 0.67 | 0.00 | 358.28 | 0.99 | 0.65 |
| Hex | FE | 50 | 55 | 0 | 45 | 43 | 0 | 166 | 63 | 41 |
| Octal | 376 | 120 | 125 | 0 | 105 | 103 | 0 | 546 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1010101 | 0 | 1000101 | 1000011 | 0 | 101100110 | 1100011 | 1000001 |
Color Harmonies of #FE5055
Complementary color
Monochromatic Colors of #FE5055
Black with #FE5055
Text Example
Text Example
White with #FE5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5055; }
p { color: rgb(254,80,85); }
H1.HeaderClassName
{
color: #FE5055;
}
.AnyTagClassName
{
color: #FE5055;
}
</style>
background-color css
<style>
a { background-color: #FE5055; }
a { background-color: rgb(254,80,85); }
div.DivClassName
{
background-color: #FE5055;
}
.BgClassName
{
background-color: #FE5055;
}
</style>
border-color css
<style>
span { border-color: #FE5055; }
span { border-color: rgb(254,80,85); }
td.TdClassName
{
border-color: #FE5055;
}
.TagClassName
{
border-color: #FE5055;
}
</style>