Shades of Radical Red #FE3372
Tints of Radical Red #FE3372
RGB
CMYK
RGB Variations
Color information
#FE3372 (or 0xFE3372) is known color: Radical Red. HEX triplet: FE, 33 and 72. RGB value is (254,51,114). Sum of RGB (Red+Green+Blue) = 254+51+114=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3372 is #01CC8D. Grayscale: #767676. Windows color (decimal): -117902 or 7484414. OLE color: 7484414.
HSL color Cylindrical-coordinate representation of color #FE3372: hue angle of 341.38º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3372 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 114 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.00 |
| HSL | 341.38º | 0.99% | 0.6% | - |
| HSV(B) | 341.38º | 0.8% | 1% | - |
| XYZ | 45.09 | 24.65 | 18.3 | - |
| YUV | 118.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 114 | 0 | 0.80 | 0.55 | 0.00 | 341.38 | 0.99 | 0.6 |
| Hex | FE | 33 | 72 | 0 | 50 | 37 | 0 | 155 | 63 | 3C |
| Octal | 376 | 63 | 162 | 0 | 120 | 67 | 0 | 525 | 143 | 74 |
| Binary | 11111110 | 110011 | 1110010 | 0 | 1010000 | 110111 | 0 | 101010101 | 1100011 | 111100 |
Color Harmonies of #FE3372
Complementary color
Monochromatic Colors of #FE3372
Black with #FE3372
Text Example
Text Example
White with #FE3372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3372; }
p { color: rgb(254,51,114); }
H1.HeaderClassName
{
color: #FE3372;
}
.AnyTagClassName
{
color: #FE3372;
}
</style>
background-color css
<style>
a { background-color: #FE3372; }
a { background-color: rgb(254,51,114); }
div.DivClassName
{
background-color: #FE3372;
}
.BgClassName
{
background-color: #FE3372;
}
</style>
border-color css
<style>
span { border-color: #FE3372; }
span { border-color: rgb(254,51,114); }
td.TdClassName
{
border-color: #FE3372;
}
.TagClassName
{
border-color: #FE3372;
}
</style>