Shades of Radical Red #FE3670
Tints of Radical Red #FE3670
RGB
CMYK
RGB Variations
Color information
#FE3670 (or 0xFE3670) is known color: Radical Red. HEX triplet: FE, 36 and 70. RGB value is (254,54,112). Sum of RGB (Red+Green+Blue) = 254+54+112=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3670 is #01C98F. Grayscale: #787878. Windows color (decimal): -117136 or 7354110. OLE color: 7354110.
HSL color Cylindrical-coordinate representation of color #FE3670: hue angle of 342.6º 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 #FE3670 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 112 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.00 |
| HSL | 342.6º | 0.99% | 0.6% | - |
| HSV(B) | 342.6º | 0.79% | 1% | - |
| XYZ | 45.12 | 24.88 | 17.75 | - |
| YUV | 120.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 112 | 0 | 0.79 | 0.56 | 0.00 | 342.6 | 0.99 | 0.6 |
| Hex | FE | 36 | 70 | 0 | 4F | 38 | 0 | 157 | 63 | 3C |
| Octal | 376 | 66 | 160 | 0 | 117 | 70 | 0 | 527 | 143 | 74 |
| Binary | 11111110 | 110110 | 1110000 | 0 | 1001111 | 111000 | 0 | 101010111 | 1100011 | 111100 |
Color Harmonies of #FE3670
Complementary color
Monochromatic Colors of #FE3670
Black with #FE3670
Text Example
Text Example
White with #FE3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3670; }
p { color: rgb(254,54,112); }
H1.HeaderClassName
{
color: #FE3670;
}
.AnyTagClassName
{
color: #FE3670;
}
</style>
background-color css
<style>
a { background-color: #FE3670; }
a { background-color: rgb(254,54,112); }
div.DivClassName
{
background-color: #FE3670;
}
.BgClassName
{
background-color: #FE3670;
}
</style>
border-color css
<style>
span { border-color: #FE3670; }
span { border-color: rgb(254,54,112); }
td.TdClassName
{
border-color: #FE3670;
}
.TagClassName
{
border-color: #FE3670;
}
</style>