Shades of Radical Red #FE2358
Tints of Radical Red #FE2358
RGB
CMYK
RGB Variations
Color information
#FE2358 (or 0xFE2358) is known color: Radical Red. HEX triplet: FE, 23 and 58. RGB value is (254,35,88). Sum of RGB (Red+Green+Blue) = 254+35+88=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2358 is #01DCA7. Grayscale: #6A6A6A. Windows color (decimal): -122024 or 5776382. OLE color: 5776382.
HSL color Cylindrical-coordinate representation of color #FE2358: hue angle of 345.48º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2358 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 88 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.00 |
| HSL | 345.48º | 0.99% | 0.57% | - |
| HSV(B) | 345.48º | 0.86% | 1% | - |
| XYZ | 43.24 | 22.98 | 11.39 | - |
| YUV | 106.52 | 117.55 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 88 | 0 | 0.86 | 0.65 | 0.00 | 345.48 | 0.99 | 0.57 |
| Hex | FE | 23 | 58 | 0 | 56 | 41 | 0 | 159 | 63 | 39 |
| Octal | 376 | 43 | 130 | 0 | 126 | 101 | 0 | 531 | 143 | 71 |
| Binary | 11111110 | 100011 | 1011000 | 0 | 1010110 | 1000001 | 0 | 101011001 | 1100011 | 111001 |
Color Harmonies of #FE2358
Complementary color
Monochromatic Colors of #FE2358
Black with #FE2358
Text Example
Text Example
White with #FE2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2358; }
p { color: rgb(254,35,88); }
H1.HeaderClassName
{
color: #FE2358;
}
.AnyTagClassName
{
color: #FE2358;
}
</style>
background-color css
<style>
a { background-color: #FE2358; }
a { background-color: rgb(254,35,88); }
div.DivClassName
{
background-color: #FE2358;
}
.BgClassName
{
background-color: #FE2358;
}
</style>
border-color css
<style>
span { border-color: #FE2358; }
span { border-color: rgb(254,35,88); }
td.TdClassName
{
border-color: #FE2358;
}
.TagClassName
{
border-color: #FE2358;
}
</style>