Shades of Radical Red #FE3970
Tints of Radical Red #FE3970
RGB
CMYK
RGB Variations
Color information
#FE3970 (or 0xFE3970) is known color: Radical Red. HEX triplet: FE, 39 and 70. RGB value is (254,57,112). Sum of RGB (Red+Green+Blue) = 254+57+112=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3970 is #01C68F. Grayscale: #7A7A7A. Windows color (decimal): -116368 or 7354878. OLE color: 7354878.
HSL color Cylindrical-coordinate representation of color #FE3970: hue angle of 343.25º 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 #FE3970 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 112 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.00 |
| HSL | 343.25º | 0.99% | 0.61% | - |
| HSV(B) | 343.25º | 0.78% | 1% | - |
| XYZ | 45.26 | 25.17 | 17.8 | - |
| YUV | 122.17 | 122.27 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 112 | 0 | 0.78 | 0.56 | 0.00 | 343.25 | 0.99 | 0.61 |
| Hex | FE | 39 | 70 | 0 | 4E | 38 | 0 | 157 | 63 | 3D |
| Octal | 376 | 71 | 160 | 0 | 116 | 70 | 0 | 527 | 143 | 75 |
| Binary | 11111110 | 111001 | 1110000 | 0 | 1001110 | 111000 | 0 | 101010111 | 1100011 | 111101 |
Color Harmonies of #FE3970
Complementary color
Monochromatic Colors of #FE3970
Black with #FE3970
Text Example
Text Example
White with #FE3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3970; }
p { color: rgb(254,57,112); }
H1.HeaderClassName
{
color: #FE3970;
}
.AnyTagClassName
{
color: #FE3970;
}
</style>
background-color css
<style>
a { background-color: #FE3970; }
a { background-color: rgb(254,57,112); }
div.DivClassName
{
background-color: #FE3970;
}
.BgClassName
{
background-color: #FE3970;
}
</style>
border-color css
<style>
span { border-color: #FE3970; }
span { border-color: rgb(254,57,112); }
td.TdClassName
{
border-color: #FE3970;
}
.TagClassName
{
border-color: #FE3970;
}
</style>