Shades of Radical Red #FE3A72
Tints of Radical Red #FE3A72
RGB
CMYK
RGB Variations
Color information
#FE3A72 (or 0xFE3A72) is known color: Radical Red. HEX triplet: FE, 3A and 72. RGB value is (254,58,114). Sum of RGB (Red+Green+Blue) = 254+58+114=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3A72 is #01C58D. Grayscale: #7A7A7A. Windows color (decimal): -116110 or 7486206. OLE color: 7486206.
HSL color Cylindrical-coordinate representation of color #FE3A72: hue angle of 342.86º 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 #FE3A72 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 114 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.00 |
| HSL | 342.86º | 0.99% | 0.61% | - |
| HSV(B) | 342.86º | 0.77% | 1% | - |
| XYZ | 45.42 | 25.31 | 18.41 | - |
| YUV | 122.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 114 | 0 | 0.77 | 0.55 | 0.00 | 342.86 | 0.99 | 0.61 |
| Hex | FE | 3A | 72 | 0 | 4D | 37 | 0 | 157 | 63 | 3D |
| Octal | 376 | 72 | 162 | 0 | 115 | 67 | 0 | 527 | 143 | 75 |
| Binary | 11111110 | 111010 | 1110010 | 0 | 1001101 | 110111 | 0 | 101010111 | 1100011 | 111101 |
Color Harmonies of #FE3A72
Complementary color
Monochromatic Colors of #FE3A72
Black with #FE3A72
Text Example
Text Example
White with #FE3A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A72; }
p { color: rgb(254,58,114); }
H1.HeaderClassName
{
color: #FE3A72;
}
.AnyTagClassName
{
color: #FE3A72;
}
</style>
background-color css
<style>
a { background-color: #FE3A72; }
a { background-color: rgb(254,58,114); }
div.DivClassName
{
background-color: #FE3A72;
}
.BgClassName
{
background-color: #FE3A72;
}
</style>
border-color css
<style>
span { border-color: #FE3A72; }
span { border-color: rgb(254,58,114); }
td.TdClassName
{
border-color: #FE3A72;
}
.TagClassName
{
border-color: #FE3A72;
}
</style>