Shades of Radical Red #FE356B
Tints of Radical Red #FE356B
RGB
CMYK
RGB Variations
Color information
#FE356B (or 0xFE356B) is known color: Radical Red. HEX triplet: FE, 35 and 6B. RGB value is (254,53,107). Sum of RGB (Red+Green+Blue) = 254+53+107=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE356B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE356B is #01CA94. Grayscale: #777777. Windows color (decimal): -117397 or 7026174. OLE color: 7026174.
HSL color Cylindrical-coordinate representation of color #FE356B: hue angle of 343.88º 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 #FE356B is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 107 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.00 |
| HSL | 343.88º | 0.99% | 0.6% | - |
| HSV(B) | 343.88º | 0.79% | 1% | - |
| XYZ | 44.8 | 24.68 | 16.31 | - |
| YUV | 119.26 | 121.09 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 107 | 0 | 0.79 | 0.58 | 0.00 | 343.88 | 0.99 | 0.6 |
| Hex | FE | 35 | 6B | 0 | 4F | 3A | 0 | 158 | 63 | 3C |
| Octal | 376 | 65 | 153 | 0 | 117 | 72 | 0 | 530 | 143 | 74 |
| Binary | 11111110 | 110101 | 1101011 | 0 | 1001111 | 111010 | 0 | 101011000 | 1100011 | 111100 |
Color Harmonies of #FE356B
Complementary color
Monochromatic Colors of #FE356B
Black with #FE356B
Text Example
Text Example
White with #FE356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE356B; }
p { color: rgb(254,53,107); }
H1.HeaderClassName
{
color: #FE356B;
}
.AnyTagClassName
{
color: #FE356B;
}
</style>
background-color css
<style>
a { background-color: #FE356B; }
a { background-color: rgb(254,53,107); }
div.DivClassName
{
background-color: #FE356B;
}
.BgClassName
{
background-color: #FE356B;
}
</style>
border-color css
<style>
span { border-color: #FE356B; }
span { border-color: rgb(254,53,107); }
td.TdClassName
{
border-color: #FE356B;
}
.TagClassName
{
border-color: #FE356B;
}
</style>