Shades of Radical Red #FE355D
Tints of Radical Red #FE355D
RGB
CMYK
RGB Variations
Color information
#FE355D (or 0xFE355D) is known color: Radical Red. HEX triplet: FE, 35 and 5D. RGB value is (254,53,93). Sum of RGB (Red+Green+Blue) = 254+53+93=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE355D is #01CAA2. Grayscale: #757575. Windows color (decimal): -117411 or 6108670. OLE color: 6108670.
HSL color Cylindrical-coordinate representation of color #FE355D: hue angle of 348.06º 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 #FE355D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 93 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.00 |
| HSL | 348.06º | 0.99% | 0.6% | - |
| HSV(B) | 348.06º | 0.79% | 1% | - |
| XYZ | 44.12 | 24.41 | 12.74 | - |
| YUV | 117.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 93 | 0 | 0.79 | 0.63 | 0.00 | 348.06 | 0.99 | 0.6 |
| Hex | FE | 35 | 5D | 0 | 4F | 3F | 0 | 15C | 63 | 3C |
| Octal | 376 | 65 | 135 | 0 | 117 | 77 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110101 | 1011101 | 0 | 1001111 | 111111 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE355D
Complementary color
Monochromatic Colors of #FE355D
Black with #FE355D
Text Example
Text Example
White with #FE355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE355D; }
p { color: rgb(254,53,93); }
H1.HeaderClassName
{
color: #FE355D;
}
.AnyTagClassName
{
color: #FE355D;
}
</style>
background-color css
<style>
a { background-color: #FE355D; }
a { background-color: rgb(254,53,93); }
div.DivClassName
{
background-color: #FE355D;
}
.BgClassName
{
background-color: #FE355D;
}
</style>
border-color css
<style>
span { border-color: #FE355D; }
span { border-color: rgb(254,53,93); }
td.TdClassName
{
border-color: #FE355D;
}
.TagClassName
{
border-color: #FE355D;
}
</style>