Shades of Radical Red #FE5255
Tints of Radical Red #FE5255
RGB
CMYK
RGB Variations
Color information
#FE5255 (or 0xFE5255) is known color: Radical Red. HEX triplet: FE, 52 and 55. RGB value is (254,82,85). Sum of RGB (Red+Green+Blue) = 254+82+85=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5255 is #01ADAA. Grayscale: #858585. Windows color (decimal): -109995 or 5591806. OLE color: 5591806.
HSL color Cylindrical-coordinate representation of color #FE5255: hue angle of 358.95º 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 #FE5255 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 85 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.00 |
| HSL | 358.95º | 0.99% | 0.66% | - |
| HSV(B) | 358.95º | 0.68% | 1% | - |
| XYZ | 45.53 | 27.76 | 11.55 | - |
| YUV | 133.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 85 | 0 | 0.68 | 0.67 | 0.00 | 358.95 | 0.99 | 0.66 |
| Hex | FE | 52 | 55 | 0 | 44 | 43 | 0 | 167 | 63 | 42 |
| Octal | 376 | 122 | 125 | 0 | 104 | 103 | 0 | 547 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1010101 | 0 | 1000100 | 1000011 | 0 | 101100111 | 1100011 | 1000010 |
Color Harmonies of #FE5255
Complementary color
Monochromatic Colors of #FE5255
Black with #FE5255
Text Example
Text Example
White with #FE5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5255; }
p { color: rgb(254,82,85); }
H1.HeaderClassName
{
color: #FE5255;
}
.AnyTagClassName
{
color: #FE5255;
}
</style>
background-color css
<style>
a { background-color: #FE5255; }
a { background-color: rgb(254,82,85); }
div.DivClassName
{
background-color: #FE5255;
}
.BgClassName
{
background-color: #FE5255;
}
</style>
border-color css
<style>
span { border-color: #FE5255; }
span { border-color: rgb(254,82,85); }
td.TdClassName
{
border-color: #FE5255;
}
.TagClassName
{
border-color: #FE5255;
}
</style>