Shades of Radical Red #FE3973
Tints of Radical Red #FE3973
RGB
CMYK
RGB Variations
Color information
#FE3973 (or 0xFE3973) is known color: Radical Red. HEX triplet: FE, 39 and 73. RGB value is (254,57,115). Sum of RGB (Red+Green+Blue) = 254+57+115=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3973 is #01C68C. Grayscale: #7A7A7A. Windows color (decimal): -116365 or 7551486. OLE color: 7551486.
HSL color Cylindrical-coordinate representation of color #FE3973: hue angle of 342.34º 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 #FE3973 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 115 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.00 |
| HSL | 342.34º | 0.99% | 0.61% | - |
| HSV(B) | 342.34º | 0.78% | 1% | - |
| XYZ | 45.43 | 25.23 | 18.7 | - |
| YUV | 122.52 | 123.77 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 115 | 0 | 0.78 | 0.55 | 0.00 | 342.34 | 0.99 | 0.61 |
| Hex | FE | 39 | 73 | 0 | 4E | 37 | 0 | 156 | 63 | 3D |
| Octal | 376 | 71 | 163 | 0 | 116 | 67 | 0 | 526 | 143 | 75 |
| Binary | 11111110 | 111001 | 1110011 | 0 | 1001110 | 110111 | 0 | 101010110 | 1100011 | 111101 |
Color Harmonies of #FE3973
Complementary color
Monochromatic Colors of #FE3973
Black with #FE3973
Text Example
Text Example
White with #FE3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3973; }
p { color: rgb(254,57,115); }
H1.HeaderClassName
{
color: #FE3973;
}
.AnyTagClassName
{
color: #FE3973;
}
</style>
background-color css
<style>
a { background-color: #FE3973; }
a { background-color: rgb(254,57,115); }
div.DivClassName
{
background-color: #FE3973;
}
.BgClassName
{
background-color: #FE3973;
}
</style>
border-color css
<style>
span { border-color: #FE3973; }
span { border-color: rgb(254,57,115); }
td.TdClassName
{
border-color: #FE3973;
}
.TagClassName
{
border-color: #FE3973;
}
</style>