Shades of Radical Red #FE3558
Tints of Radical Red #FE3558
RGB
CMYK
RGB Variations
Color information
#FE3558 (or 0xFE3558) is known color: Radical Red. HEX triplet: FE, 35 and 58. RGB value is (254,53,88). Sum of RGB (Red+Green+Blue) = 254+53+88=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3558 is #01CAA7. Grayscale: #757575. Windows color (decimal): -117416 or 5780990. OLE color: 5780990.
HSL color Cylindrical-coordinate representation of color #FE3558: hue angle of 349.55º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3558 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 88 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.00 |
| HSL | 349.55º | 0.99% | 0.6% | - |
| HSV(B) | 349.55º | 0.79% | 1% | - |
| XYZ | 43.91 | 24.32 | 11.61 | - |
| YUV | 117.09 | 111.59 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 88 | 0 | 0.79 | 0.65 | 0.00 | 349.55 | 0.99 | 0.6 |
| Hex | FE | 35 | 58 | 0 | 4F | 41 | 0 | 15E | 63 | 3C |
| Octal | 376 | 65 | 130 | 0 | 117 | 101 | 0 | 536 | 143 | 74 |
| Binary | 11111110 | 110101 | 1011000 | 0 | 1001111 | 1000001 | 0 | 101011110 | 1100011 | 111100 |
Color Harmonies of #FE3558
Complementary color
Monochromatic Colors of #FE3558
Black with #FE3558
Text Example
Text Example
White with #FE3558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3558; }
p { color: rgb(254,53,88); }
H1.HeaderClassName
{
color: #FE3558;
}
.AnyTagClassName
{
color: #FE3558;
}
</style>
background-color css
<style>
a { background-color: #FE3558; }
a { background-color: rgb(254,53,88); }
div.DivClassName
{
background-color: #FE3558;
}
.BgClassName
{
background-color: #FE3558;
}
</style>
border-color css
<style>
span { border-color: #FE3558; }
span { border-color: rgb(254,53,88); }
td.TdClassName
{
border-color: #FE3558;
}
.TagClassName
{
border-color: #FE3558;
}
</style>