Shades of Radical Red #FE3376
Tints of Radical Red #FE3376
RGB
CMYK
RGB Variations
Color information
#FE3376 (or 0xFE3376) is known color: Radical Red. HEX triplet: FE, 33 and 76. RGB value is (254,51,118). Sum of RGB (Red+Green+Blue) = 254+51+118=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3376 is #01CC89. Grayscale: #777777. Windows color (decimal): -117898 or 7746558. OLE color: 7746558.
HSL color Cylindrical-coordinate representation of color #FE3376: hue angle of 340.2º 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 #FE3376 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 118 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.00 |
| HSL | 340.2º | 0.99% | 0.6% | - |
| HSV(B) | 340.2º | 0.8% | 1% | - |
| XYZ | 45.33 | 24.75 | 19.53 | - |
| YUV | 119.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 118 | 0 | 0.80 | 0.54 | 0.00 | 340.2 | 0.99 | 0.6 |
| Hex | FE | 33 | 76 | 0 | 50 | 36 | 0 | 154 | 63 | 3C |
| Octal | 376 | 63 | 166 | 0 | 120 | 66 | 0 | 524 | 143 | 74 |
| Binary | 11111110 | 110011 | 1110110 | 0 | 1010000 | 110110 | 0 | 101010100 | 1100011 | 111100 |
Color Harmonies of #FE3376
Complementary color
Monochromatic Colors of #FE3376
Black with #FE3376
Text Example
Text Example
White with #FE3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3376; }
p { color: rgb(254,51,118); }
H1.HeaderClassName
{
color: #FE3376;
}
.AnyTagClassName
{
color: #FE3376;
}
</style>
background-color css
<style>
a { background-color: #FE3376; }
a { background-color: rgb(254,51,118); }
div.DivClassName
{
background-color: #FE3376;
}
.BgClassName
{
background-color: #FE3376;
}
</style>
border-color css
<style>
span { border-color: #FE3376; }
span { border-color: rgb(254,51,118); }
td.TdClassName
{
border-color: #FE3376;
}
.TagClassName
{
border-color: #FE3376;
}
</style>