Shades of Radical Red #FE356C
Tints of Radical Red #FE356C
RGB
CMYK
RGB Variations
Color information
#FE356C (or 0xFE356C) is known color: Radical Red. HEX triplet: FE, 35 and 6C. RGB value is (254,53,108). Sum of RGB (Red+Green+Blue) = 254+53+108=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE356C is #01CA93. Grayscale: #777777. Windows color (decimal): -117396 or 7091710. OLE color: 7091710.
HSL color Cylindrical-coordinate representation of color #FE356C: hue angle of 343.58º 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 #FE356C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 108 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.00 |
| HSL | 343.58º | 0.99% | 0.6% | - |
| HSV(B) | 343.58º | 0.79% | 1% | - |
| XYZ | 44.85 | 24.7 | 16.59 | - |
| YUV | 119.37 | 121.59 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 108 | 0 | 0.79 | 0.57 | 0.00 | 343.58 | 0.99 | 0.6 |
| Hex | FE | 35 | 6C | 0 | 4F | 39 | 0 | 158 | 63 | 3C |
| Octal | 376 | 65 | 154 | 0 | 117 | 71 | 0 | 530 | 143 | 74 |
| Binary | 11111110 | 110101 | 1101100 | 0 | 1001111 | 111001 | 0 | 101011000 | 1100011 | 111100 |
Color Harmonies of #FE356C
Complementary color
Monochromatic Colors of #FE356C
Black with #FE356C
Text Example
Text Example
White with #FE356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE356C; }
p { color: rgb(254,53,108); }
H1.HeaderClassName
{
color: #FE356C;
}
.AnyTagClassName
{
color: #FE356C;
}
</style>
background-color css
<style>
a { background-color: #FE356C; }
a { background-color: rgb(254,53,108); }
div.DivClassName
{
background-color: #FE356C;
}
.BgClassName
{
background-color: #FE356C;
}
</style>
border-color css
<style>
span { border-color: #FE356C; }
span { border-color: rgb(254,53,108); }
td.TdClassName
{
border-color: #FE356C;
}
.TagClassName
{
border-color: #FE356C;
}
</style>