Shades of Radical Red #FE3C72
Tints of Radical Red #FE3C72
RGB
CMYK
RGB Variations
Color information
#FE3C72 (or 0xFE3C72) is known color: Radical Red. HEX triplet: FE, 3C and 72. RGB value is (254,60,114). Sum of RGB (Red+Green+Blue) = 254+60+114=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3C72 is #01C38D. Grayscale: #7C7C7C. Windows color (decimal): -115598 or 7486718. OLE color: 7486718.
HSL color Cylindrical-coordinate representation of color #FE3C72: hue angle of 343.3º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3C72 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 114 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.00 |
| HSL | 343.3º | 0.99% | 0.62% | - |
| HSV(B) | 343.3º | 0.76% | 1% | - |
| XYZ | 45.53 | 25.52 | 18.45 | - |
| YUV | 124.16 | 122.27 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 114 | 0 | 0.76 | 0.55 | 0.00 | 343.3 | 0.99 | 0.62 |
| Hex | FE | 3C | 72 | 0 | 4C | 37 | 0 | 157 | 63 | 3E |
| Octal | 376 | 74 | 162 | 0 | 114 | 67 | 0 | 527 | 143 | 76 |
| Binary | 11111110 | 111100 | 1110010 | 0 | 1001100 | 110111 | 0 | 101010111 | 1100011 | 111110 |
Color Harmonies of #FE3C72
Complementary color
Monochromatic Colors of #FE3C72
Black with #FE3C72
Text Example
Text Example
White with #FE3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C72; }
p { color: rgb(254,60,114); }
H1.HeaderClassName
{
color: #FE3C72;
}
.AnyTagClassName
{
color: #FE3C72;
}
</style>
background-color css
<style>
a { background-color: #FE3C72; }
a { background-color: rgb(254,60,114); }
div.DivClassName
{
background-color: #FE3C72;
}
.BgClassName
{
background-color: #FE3C72;
}
</style>
border-color css
<style>
span { border-color: #FE3C72; }
span { border-color: rgb(254,60,114); }
td.TdClassName
{
border-color: #FE3C72;
}
.TagClassName
{
border-color: #FE3C72;
}
</style>