Shades of Radical Red #FE355C
Tints of Radical Red #FE355C
RGB
CMYK
RGB Variations
Color information
#FE355C (or 0xFE355C) is known color: Radical Red. HEX triplet: FE, 35 and 5C. RGB value is (254,53,92). Sum of RGB (Red+Green+Blue) = 254+53+92=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE355C is #01CAA3. Grayscale: #757575. Windows color (decimal): -117412 or 6043134. OLE color: 6043134.
HSL color Cylindrical-coordinate representation of color #FE355C: hue angle of 348.36º 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 #FE355C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 92 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.00 |
| HSL | 348.36º | 0.99% | 0.6% | - |
| HSV(B) | 348.36º | 0.79% | 1% | - |
| XYZ | 44.08 | 24.39 | 12.51 | - |
| YUV | 117.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 92 | 0 | 0.79 | 0.64 | 0.00 | 348.36 | 0.99 | 0.6 |
| Hex | FE | 35 | 5C | 0 | 4F | 40 | 0 | 15C | 63 | 3C |
| Octal | 376 | 65 | 134 | 0 | 117 | 100 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110101 | 1011100 | 0 | 1001111 | 1000000 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE355C
Complementary color
Monochromatic Colors of #FE355C
Black with #FE355C
Text Example
Text Example
White with #FE355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE355C; }
p { color: rgb(254,53,92); }
H1.HeaderClassName
{
color: #FE355C;
}
.AnyTagClassName
{
color: #FE355C;
}
</style>
background-color css
<style>
a { background-color: #FE355C; }
a { background-color: rgb(254,53,92); }
div.DivClassName
{
background-color: #FE355C;
}
.BgClassName
{
background-color: #FE355C;
}
</style>
border-color css
<style>
span { border-color: #FE355C; }
span { border-color: rgb(254,53,92); }
td.TdClassName
{
border-color: #FE355C;
}
.TagClassName
{
border-color: #FE355C;
}
</style>