Shades of Radical Red #FE3148
Tints of Radical Red #FE3148
RGB
CMYK
RGB Variations
Color information
#FE3148 (or 0xFE3148) is known color: Radical Red. HEX triplet: FE, 31 and 48. RGB value is (254,49,72). Sum of RGB (Red+Green+Blue) = 254+49+72=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3148 is #01CEB7. Grayscale: #717171. Windows color (decimal): -118456 or 4731390. OLE color: 4731390.
HSL color Cylindrical-coordinate representation of color #FE3148: hue angle of 353.27º 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 #FE3148 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 72 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.00 |
| HSL | 353.27º | 0.99% | 0.59% | - |
| HSV(B) | 353.27º | 0.81% | 1% | - |
| XYZ | 43.14 | 23.74 | 8.44 | - |
| YUV | 112.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 72 | 0 | 0.81 | 0.72 | 0.00 | 353.27 | 0.99 | 0.59 |
| Hex | FE | 31 | 48 | 0 | 51 | 48 | 0 | 161 | 63 | 3B |
| Octal | 376 | 61 | 110 | 0 | 121 | 110 | 0 | 541 | 143 | 73 |
| Binary | 11111110 | 110001 | 1001000 | 0 | 1010001 | 1001000 | 0 | 101100001 | 1100011 | 111011 |
Color Harmonies of #FE3148
Complementary color
Monochromatic Colors of #FE3148
Black with #FE3148
Text Example
Text Example
White with #FE3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3148; }
p { color: rgb(254,49,72); }
H1.HeaderClassName
{
color: #FE3148;
}
.AnyTagClassName
{
color: #FE3148;
}
</style>
background-color css
<style>
a { background-color: #FE3148; }
a { background-color: rgb(254,49,72); }
div.DivClassName
{
background-color: #FE3148;
}
.BgClassName
{
background-color: #FE3148;
}
</style>
border-color css
<style>
span { border-color: #FE3148; }
span { border-color: rgb(254,49,72); }
td.TdClassName
{
border-color: #FE3148;
}
.TagClassName
{
border-color: #FE3148;
}
</style>