Shades of Radical Red #FE3A70
Tints of Radical Red #FE3A70
RGB
CMYK
RGB Variations
Color information
#FE3A70 (or 0xFE3A70) is known color: Radical Red. HEX triplet: FE, 3A and 70. RGB value is (254,58,112). Sum of RGB (Red+Green+Blue) = 254+58+112=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3A70 is #01C58F. Grayscale: #7A7A7A. Windows color (decimal): -116112 or 7355134. OLE color: 7355134.
HSL color Cylindrical-coordinate representation of color #FE3A70: hue angle of 343.47º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3A70 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 112 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.00 |
| HSL | 343.47º | 0.99% | 0.61% | - |
| HSV(B) | 343.47º | 0.77% | 1% | - |
| XYZ | 45.31 | 25.27 | 17.82 | - |
| YUV | 122.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 112 | 0 | 0.77 | 0.56 | 0.00 | 343.47 | 0.99 | 0.61 |
| Hex | FE | 3A | 70 | 0 | 4D | 38 | 0 | 157 | 63 | 3D |
| Octal | 376 | 72 | 160 | 0 | 115 | 70 | 0 | 527 | 143 | 75 |
| Binary | 11111110 | 111010 | 1110000 | 0 | 1001101 | 111000 | 0 | 101010111 | 1100011 | 111101 |
Color Harmonies of #FE3A70
Complementary color
Monochromatic Colors of #FE3A70
Black with #FE3A70
Text Example
Text Example
White with #FE3A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A70; }
p { color: rgb(254,58,112); }
H1.HeaderClassName
{
color: #FE3A70;
}
.AnyTagClassName
{
color: #FE3A70;
}
</style>
background-color css
<style>
a { background-color: #FE3A70; }
a { background-color: rgb(254,58,112); }
div.DivClassName
{
background-color: #FE3A70;
}
.BgClassName
{
background-color: #FE3A70;
}
</style>
border-color css
<style>
span { border-color: #FE3A70; }
span { border-color: rgb(254,58,112); }
td.TdClassName
{
border-color: #FE3A70;
}
.TagClassName
{
border-color: #FE3A70;
}
</style>