Shades of Radical Red #FF3176
Tints of Radical Red #FF3176
RGB
CMYK
RGB Variations
Color information
#FF3176 (or 0xFF3176) is known color: Radical Red. HEX triplet: FF, 31 and 76. RGB value is (255,49,118). Sum of RGB (Red+Green+Blue) = 255+49+118=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3176 is #00CE89. Grayscale: #767676. Windows color (decimal): -52874 or 7746047. OLE color: 7746047.
HSL color Cylindrical-coordinate representation of color #FF3176: hue angle of 339.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3176 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 118 | - |
| CMYK | 0 | 0.81 | 0.54 | 0 |
| HSL | 339.9º | 1% | 0.6% | - |
| HSV(B) | 339.9º | 0.81% | 1% | - |
| XYZ | 45.61 | 24.76 | 19.52 | - |
| YUV | 118.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 118 | 0 | 0.81 | 0.54 | 0 | 339.9 | 1 | 0.6 |
| Hex | FF | 31 | 76 | 0 | 51 | 36 | 0 | 154 | 64 | 3C |
| Octal | 377 | 61 | 166 | 0 | 121 | 66 | 0 | 524 | 144 | 74 |
| Binary | 11111111 | 110001 | 1110110 | 0 | 1010001 | 110110 | 0 | 101010100 | 1100100 | 111100 |
Color Harmonies of #FF3176
Complementary color
Monochromatic Colors of #FF3176
Black with #FF3176
Text Example
Text Example
White with #FF3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3176; }
p { color: rgb(255,49,118); }
H1.HeaderClassName
{
color: #FF3176;
}
.AnyTagClassName
{
color: #FF3176;
}
</style>
background-color css
<style>
a { background-color: #FF3176; }
a { background-color: rgb(255,49,118); }
div.DivClassName
{
background-color: #FF3176;
}
.BgClassName
{
background-color: #FF3176;
}
</style>
border-color css
<style>
span { border-color: #FF3176; }
span { border-color: rgb(255,49,118); }
td.TdClassName
{
border-color: #FF3176;
}
.TagClassName
{
border-color: #FF3176;
}
</style>