Shades of Radical Red #FE2957
Tints of Radical Red #FE2957
RGB
CMYK
RGB Variations
Color information
#FE2957 (or 0xFE2957) is known color: Radical Red. HEX triplet: FE, 29 and 57. RGB value is (254,41,87). Sum of RGB (Red+Green+Blue) = 254+41+87=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2957 is #01D6A8. Grayscale: #6D6D6D. Windows color (decimal): -120489 or 5712382. OLE color: 5712382.
HSL color Cylindrical-coordinate representation of color #FE2957: hue angle of 347.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2957 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 87 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.00 |
| HSL | 347.04º | 0.99% | 0.58% | - |
| HSV(B) | 347.04º | 0.84% | 1% | - |
| XYZ | 43.39 | 23.34 | 11.24 | - |
| YUV | 109.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 87 | 0 | 0.84 | 0.66 | 0.00 | 347.04 | 0.99 | 0.58 |
| Hex | FE | 29 | 57 | 0 | 54 | 42 | 0 | 15B | 63 | 3A |
| Octal | 376 | 51 | 127 | 0 | 124 | 102 | 0 | 533 | 143 | 72 |
| Binary | 11111110 | 101001 | 1010111 | 0 | 1010100 | 1000010 | 0 | 101011011 | 1100011 | 111010 |
Color Harmonies of #FE2957
Complementary color
Monochromatic Colors of #FE2957
Black with #FE2957
Text Example
Text Example
White with #FE2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2957; }
p { color: rgb(254,41,87); }
H1.HeaderClassName
{
color: #FE2957;
}
.AnyTagClassName
{
color: #FE2957;
}
</style>
background-color css
<style>
a { background-color: #FE2957; }
a { background-color: rgb(254,41,87); }
div.DivClassName
{
background-color: #FE2957;
}
.BgClassName
{
background-color: #FE2957;
}
</style>
border-color css
<style>
span { border-color: #FE2957; }
span { border-color: rgb(254,41,87); }
td.TdClassName
{
border-color: #FE2957;
}
.TagClassName
{
border-color: #FE2957;
}
</style>