Shades of Radical Red #FE2D59
Tints of Radical Red #FE2D59
RGB
CMYK
RGB Variations
Color information
#FE2D59 (or 0xFE2D59) is known color: Radical Red. HEX triplet: FE, 2D and 59. RGB value is (254,45,89). Sum of RGB (Red+Green+Blue) = 254+45+89=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D59 is #01D2A6. Grayscale: #707070. Windows color (decimal): -119463 or 5844478. OLE color: 5844478.
HSL color Cylindrical-coordinate representation of color #FE2D59: hue angle of 347.37º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D59 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 89 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.00 |
| HSL | 347.37º | 0.99% | 0.59% | - |
| HSV(B) | 347.37º | 0.82% | 1% | - |
| XYZ | 43.61 | 23.67 | 11.72 | - |
| YUV | 112.51 | 114.74 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 89 | 0 | 0.82 | 0.65 | 0.00 | 347.37 | 0.99 | 0.59 |
| Hex | FE | 2D | 59 | 0 | 52 | 41 | 0 | 15B | 63 | 3B |
| Octal | 376 | 55 | 131 | 0 | 122 | 101 | 0 | 533 | 143 | 73 |
| Binary | 11111110 | 101101 | 1011001 | 0 | 1010010 | 1000001 | 0 | 101011011 | 1100011 | 111011 |
Color Harmonies of #FE2D59
Complementary color
Monochromatic Colors of #FE2D59
Black with #FE2D59
Text Example
Text Example
White with #FE2D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D59; }
p { color: rgb(254,45,89); }
H1.HeaderClassName
{
color: #FE2D59;
}
.AnyTagClassName
{
color: #FE2D59;
}
</style>
background-color css
<style>
a { background-color: #FE2D59; }
a { background-color: rgb(254,45,89); }
div.DivClassName
{
background-color: #FE2D59;
}
.BgClassName
{
background-color: #FE2D59;
}
</style>
border-color css
<style>
span { border-color: #FE2D59; }
span { border-color: rgb(254,45,89); }
td.TdClassName
{
border-color: #FE2D59;
}
.TagClassName
{
border-color: #FE2D59;
}
</style>