Shades of Radical Red #FE356A
Tints of Radical Red #FE356A
RGB
CMYK
RGB Variations
Color information
#FE356A (or 0xFE356A) is known color: Radical Red. HEX triplet: FE, 35 and 6A. RGB value is (254,53,106). Sum of RGB (Red+Green+Blue) = 254+53+106=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE356A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE356A is #01CA95. Grayscale: #777777. Windows color (decimal): -117398 or 6960638. OLE color: 6960638.
HSL color Cylindrical-coordinate representation of color #FE356A: hue angle of 344.18º 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 #FE356A is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 106 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.00 |
| HSL | 344.18º | 0.99% | 0.6% | - |
| HSV(B) | 344.18º | 0.79% | 1% | - |
| XYZ | 44.75 | 24.66 | 16.04 | - |
| YUV | 119.14 | 120.59 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 106 | 0 | 0.79 | 0.58 | 0.00 | 344.18 | 0.99 | 0.6 |
| Hex | FE | 35 | 6A | 0 | 4F | 3A | 0 | 158 | 63 | 3C |
| Octal | 376 | 65 | 152 | 0 | 117 | 72 | 0 | 530 | 143 | 74 |
| Binary | 11111110 | 110101 | 1101010 | 0 | 1001111 | 111010 | 0 | 101011000 | 1100011 | 111100 |
Color Harmonies of #FE356A
Complementary color
Monochromatic Colors of #FE356A
Black with #FE356A
Text Example
Text Example
White with #FE356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE356A; }
p { color: rgb(254,53,106); }
H1.HeaderClassName
{
color: #FE356A;
}
.AnyTagClassName
{
color: #FE356A;
}
</style>
background-color css
<style>
a { background-color: #FE356A; }
a { background-color: rgb(254,53,106); }
div.DivClassName
{
background-color: #FE356A;
}
.BgClassName
{
background-color: #FE356A;
}
</style>
border-color css
<style>
span { border-color: #FE356A; }
span { border-color: rgb(254,53,106); }
td.TdClassName
{
border-color: #FE356A;
}
.TagClassName
{
border-color: #FE356A;
}
</style>