Shades of Radical Red #FE3146
Tints of Radical Red #FE3146
RGB
CMYK
RGB Variations
Color information
#FE3146 (or 0xFE3146) is known color: Radical Red. HEX triplet: FE, 31 and 46. RGB value is (254,49,70). Sum of RGB (Red+Green+Blue) = 254+49+70=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3146 is #01CEB9. Grayscale: #707070. Windows color (decimal): -118458 or 4600318. OLE color: 4600318.
HSL color Cylindrical-coordinate representation of color #FE3146: hue angle of 353.85º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3146 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 70 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.00 |
| HSL | 353.85º | 0.99% | 0.59% | - |
| HSV(B) | 353.85º | 0.81% | 1% | - |
| XYZ | 43.08 | 23.71 | 8.1 | - |
| YUV | 112.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 70 | 0 | 0.81 | 0.72 | 0.00 | 353.85 | 0.99 | 0.59 |
| Hex | FE | 31 | 46 | 0 | 51 | 48 | 0 | 162 | 63 | 3B |
| Octal | 376 | 61 | 106 | 0 | 121 | 110 | 0 | 542 | 143 | 73 |
| Binary | 11111110 | 110001 | 1000110 | 0 | 1010001 | 1001000 | 0 | 101100010 | 1100011 | 111011 |
Color Harmonies of #FE3146
Complementary color
Monochromatic Colors of #FE3146
Black with #FE3146
Text Example
Text Example
White with #FE3146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3146; }
p { color: rgb(254,49,70); }
H1.HeaderClassName
{
color: #FE3146;
}
.AnyTagClassName
{
color: #FE3146;
}
</style>
background-color css
<style>
a { background-color: #FE3146; }
a { background-color: rgb(254,49,70); }
div.DivClassName
{
background-color: #FE3146;
}
.BgClassName
{
background-color: #FE3146;
}
</style>
border-color css
<style>
span { border-color: #FE3146; }
span { border-color: rgb(254,49,70); }
td.TdClassName
{
border-color: #FE3146;
}
.TagClassName
{
border-color: #FE3146;
}
</style>