Shades of Radical Red #FF3177
Tints of Radical Red #FF3177
RGB
CMYK
RGB Variations
Color information
#FF3177 (or 0xFF3177) is known color: Radical Red. HEX triplet: FF, 31 and 77. RGB value is (255,49,119). Sum of RGB (Red+Green+Blue) = 255+49+119=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3177 is #00CE88. Grayscale: #767676. Windows color (decimal): -52873 or 7811583. OLE color: 7811583.
HSL color Cylindrical-coordinate representation of color #FF3177: hue angle of 339.61º 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 #FF3177 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 119 | - |
| CMYK | 0 | 0.81 | 0.53 | 0 |
| HSL | 339.61º | 1% | 0.6% | - |
| HSV(B) | 339.61º | 0.81% | 1% | - |
| XYZ | 45.67 | 24.79 | 19.83 | - |
| YUV | 118.57 | 128.25 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 119 | 0 | 0.81 | 0.53 | 0 | 339.61 | 1 | 0.6 |
| Hex | FF | 31 | 77 | 0 | 51 | 35 | 0 | 154 | 64 | 3C |
| Octal | 377 | 61 | 167 | 0 | 121 | 65 | 0 | 524 | 144 | 74 |
| Binary | 11111111 | 110001 | 1110111 | 0 | 1010001 | 110101 | 0 | 101010100 | 1100100 | 111100 |
Color Harmonies of #FF3177
Complementary color
Monochromatic Colors of #FF3177
Black with #FF3177
Text Example
Text Example
White with #FF3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3177; }
p { color: rgb(255,49,119); }
H1.HeaderClassName
{
color: #FF3177;
}
.AnyTagClassName
{
color: #FF3177;
}
</style>
background-color css
<style>
a { background-color: #FF3177; }
a { background-color: rgb(255,49,119); }
div.DivClassName
{
background-color: #FF3177;
}
.BgClassName
{
background-color: #FF3177;
}
</style>
border-color css
<style>
span { border-color: #FF3177; }
span { border-color: rgb(255,49,119); }
td.TdClassName
{
border-color: #FF3177;
}
.TagClassName
{
border-color: #FF3177;
}
</style>