Shades of Radical Red #FE3573
Tints of Radical Red #FE3573
RGB
CMYK
RGB Variations
Color information
#FE3573 (or 0xFE3573) is known color: Radical Red. HEX triplet: FE, 35 and 73. RGB value is (254,53,115). Sum of RGB (Red+Green+Blue) = 254+53+115=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3573 is #01CA8C. Grayscale: #787878. Windows color (decimal): -117389 or 7550462. OLE color: 7550462.
HSL color Cylindrical-coordinate representation of color #FE3573: hue angle of 341.49º 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 #FE3573 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 115 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.00 |
| HSL | 341.49º | 0.99% | 0.6% | - |
| HSV(B) | 341.49º | 0.79% | 1% | - |
| XYZ | 45.24 | 24.85 | 18.63 | - |
| YUV | 120.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 115 | 0 | 0.79 | 0.55 | 0.00 | 341.49 | 0.99 | 0.6 |
| Hex | FE | 35 | 73 | 0 | 4F | 37 | 0 | 155 | 63 | 3C |
| Octal | 376 | 65 | 163 | 0 | 117 | 67 | 0 | 525 | 143 | 74 |
| Binary | 11111110 | 110101 | 1110011 | 0 | 1001111 | 110111 | 0 | 101010101 | 1100011 | 111100 |
Color Harmonies of #FE3573
Complementary color
Monochromatic Colors of #FE3573
Black with #FE3573
Text Example
Text Example
White with #FE3573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3573; }
p { color: rgb(254,53,115); }
H1.HeaderClassName
{
color: #FE3573;
}
.AnyTagClassName
{
color: #FE3573;
}
</style>
background-color css
<style>
a { background-color: #FE3573; }
a { background-color: rgb(254,53,115); }
div.DivClassName
{
background-color: #FE3573;
}
.BgClassName
{
background-color: #FE3573;
}
</style>
border-color css
<style>
span { border-color: #FE3573; }
span { border-color: rgb(254,53,115); }
td.TdClassName
{
border-color: #FE3573;
}
.TagClassName
{
border-color: #FE3573;
}
</style>