Shades of Radical Red #FE3076
Tints of Radical Red #FE3076
RGB
CMYK
RGB Variations
Color information
#FE3076 (or 0xFE3076) is known color: Radical Red. HEX triplet: FE, 30 and 76. RGB value is (254,48,118). Sum of RGB (Red+Green+Blue) = 254+48+118=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3076 is #01CF89. Grayscale: #757575. Windows color (decimal): -118666 or 7745790. OLE color: 7745790.
HSL color Cylindrical-coordinate representation of color #FE3076: hue angle of 339.61º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3076 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 118 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.00 |
| HSL | 339.61º | 0.99% | 0.59% | - |
| HSV(B) | 339.61º | 0.81% | 1% | - |
| XYZ | 45.2 | 24.49 | 19.48 | - |
| YUV | 117.57 | 128.25 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 118 | 0 | 0.81 | 0.54 | 0.00 | 339.61 | 0.99 | 0.59 |
| Hex | FE | 30 | 76 | 0 | 51 | 36 | 0 | 154 | 63 | 3B |
| Octal | 376 | 60 | 166 | 0 | 121 | 66 | 0 | 524 | 143 | 73 |
| Binary | 11111110 | 110000 | 1110110 | 0 | 1010001 | 110110 | 0 | 101010100 | 1100011 | 111011 |
Color Harmonies of #FE3076
Complementary color
Monochromatic Colors of #FE3076
Black with #FE3076
Text Example
Text Example
White with #FE3076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3076; }
p { color: rgb(254,48,118); }
H1.HeaderClassName
{
color: #FE3076;
}
.AnyTagClassName
{
color: #FE3076;
}
</style>
background-color css
<style>
a { background-color: #FE3076; }
a { background-color: rgb(254,48,118); }
div.DivClassName
{
background-color: #FE3076;
}
.BgClassName
{
background-color: #FE3076;
}
</style>
border-color css
<style>
span { border-color: #FE3076; }
span { border-color: rgb(254,48,118); }
td.TdClassName
{
border-color: #FE3076;
}
.TagClassName
{
border-color: #FE3076;
}
</style>