Shades of Radical Red #FE2157
Tints of Radical Red #FE2157
RGB
CMYK
RGB Variations
Color information
#FE2157 (or 0xFE2157) is known color: Radical Red. HEX triplet: FE, 21 and 57. RGB value is (254,33,87). Sum of RGB (Red+Green+Blue) = 254+33+87=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2157 is #01DEA8. Grayscale: #696969. Windows color (decimal): -122537 or 5710334. OLE color: 5710334.
HSL color Cylindrical-coordinate representation of color #FE2157: hue angle of 345.34º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2157 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 87 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.00 |
| HSL | 345.34º | 0.99% | 0.56% | - |
| HSV(B) | 345.34º | 0.87% | 1% | - |
| XYZ | 43.14 | 22.85 | 11.15 | - |
| YUV | 105.24 | 117.72 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 87 | 0 | 0.87 | 0.66 | 0.00 | 345.34 | 0.99 | 0.56 |
| Hex | FE | 21 | 57 | 0 | 57 | 42 | 0 | 159 | 63 | 38 |
| Octal | 376 | 41 | 127 | 0 | 127 | 102 | 0 | 531 | 143 | 70 |
| Binary | 11111110 | 100001 | 1010111 | 0 | 1010111 | 1000010 | 0 | 101011001 | 1100011 | 111000 |
Color Harmonies of #FE2157
Complementary color
Monochromatic Colors of #FE2157
Black with #FE2157
Text Example
Text Example
White with #FE2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2157; }
p { color: rgb(254,33,87); }
H1.HeaderClassName
{
color: #FE2157;
}
.AnyTagClassName
{
color: #FE2157;
}
</style>
background-color css
<style>
a { background-color: #FE2157; }
a { background-color: rgb(254,33,87); }
div.DivClassName
{
background-color: #FE2157;
}
.BgClassName
{
background-color: #FE2157;
}
</style>
border-color css
<style>
span { border-color: #FE2157; }
span { border-color: rgb(254,33,87); }
td.TdClassName
{
border-color: #FE2157;
}
.TagClassName
{
border-color: #FE2157;
}
</style>