Shades of Radical Red #FE5356
Tints of Radical Red #FE5356
RGB
CMYK
RGB Variations
Color information
#FE5356 (or 0xFE5356) is known color: Radical Red. HEX triplet: FE, 53 and 56. RGB value is (254,83,86). Sum of RGB (Red+Green+Blue) = 254+83+86=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5356 is #01ACA9. Grayscale: #868686. Windows color (decimal): -109738 or 5657598. OLE color: 5657598.
HSL color Cylindrical-coordinate representation of color #FE5356: 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.67%. Process color model (Four color, CMYK) of #FE5356 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 86 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.00 |
| HSL | 358.95º | 0.99% | 0.66% | - |
| HSV(B) | 358.95º | 0.67% | 1% | - |
| XYZ | 45.65 | 27.93 | 11.79 | - |
| YUV | 134.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 86 | 0 | 0.67 | 0.66 | 0.00 | 358.95 | 0.99 | 0.66 |
| Hex | FE | 53 | 56 | 0 | 43 | 42 | 0 | 167 | 63 | 42 |
| Octal | 376 | 123 | 126 | 0 | 103 | 102 | 0 | 547 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1010110 | 0 | 1000011 | 1000010 | 0 | 101100111 | 1100011 | 1000010 |
Color Harmonies of #FE5356
Complementary color
Monochromatic Colors of #FE5356
Black with #FE5356
Text Example
Text Example
White with #FE5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5356; }
p { color: rgb(254,83,86); }
H1.HeaderClassName
{
color: #FE5356;
}
.AnyTagClassName
{
color: #FE5356;
}
</style>
background-color css
<style>
a { background-color: #FE5356; }
a { background-color: rgb(254,83,86); }
div.DivClassName
{
background-color: #FE5356;
}
.BgClassName
{
background-color: #FE5356;
}
</style>
border-color css
<style>
span { border-color: #FE5356; }
span { border-color: rgb(254,83,86); }
td.TdClassName
{
border-color: #FE5356;
}
.TagClassName
{
border-color: #FE5356;
}
</style>