Shades of Radical Red #FE3949
Tints of Radical Red #FE3949
RGB
CMYK
RGB Variations
Color information
#FE3949 (or 0xFE3949) is known color: Radical Red. HEX triplet: FE, 39 and 49. RGB value is (254,57,73). Sum of RGB (Red+Green+Blue) = 254+57+73=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3949 is #01C6B6. Grayscale: #757575. Windows color (decimal): -116407 or 4798974. OLE color: 4798974.
HSL color Cylindrical-coordinate representation of color #FE3949: hue angle of 355.13º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3949 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 73 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.00 |
| HSL | 355.13º | 0.99% | 0.61% | - |
| HSV(B) | 355.13º | 0.78% | 1% | - |
| XYZ | 43.54 | 24.48 | 8.73 | - |
| YUV | 117.73 | 102.77 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 73 | 0 | 0.78 | 0.71 | 0.00 | 355.13 | 0.99 | 0.61 |
| Hex | FE | 39 | 49 | 0 | 4E | 47 | 0 | 163 | 63 | 3D |
| Octal | 376 | 71 | 111 | 0 | 116 | 107 | 0 | 543 | 143 | 75 |
| Binary | 11111110 | 111001 | 1001001 | 0 | 1001110 | 1000111 | 0 | 101100011 | 1100011 | 111101 |
Color Harmonies of #FE3949
Complementary color
Monochromatic Colors of #FE3949
Black with #FE3949
Text Example
Text Example
White with #FE3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3949; }
p { color: rgb(254,57,73); }
H1.HeaderClassName
{
color: #FE3949;
}
.AnyTagClassName
{
color: #FE3949;
}
</style>
background-color css
<style>
a { background-color: #FE3949; }
a { background-color: rgb(254,57,73); }
div.DivClassName
{
background-color: #FE3949;
}
.BgClassName
{
background-color: #FE3949;
}
</style>
border-color css
<style>
span { border-color: #FE3949; }
span { border-color: rgb(254,57,73); }
td.TdClassName
{
border-color: #FE3949;
}
.TagClassName
{
border-color: #FE3949;
}
</style>