Shades of Radical Red #FF316C
Tints of Radical Red #FF316C
RGB
CMYK
RGB Variations
Color information
#FF316C (or 0xFF316C) is known color: Radical Red. HEX triplet: FF, 31 and 6C. RGB value is (255,49,108). Sum of RGB (Red+Green+Blue) = 255+49+108=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF316C is #00CE93. Grayscale: #757575. Windows color (decimal): -52884 or 7090687. OLE color: 7090687.
HSL color Cylindrical-coordinate representation of color #FF316C: hue angle of 342.82º 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 #FF316C is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 108 | - |
| CMYK | 0 | 0.81 | 0.58 | 0 |
| HSL | 342.82º | 1% | 0.6% | - |
| HSV(B) | 342.82º | 0.81% | 1% | - |
| XYZ | 45.05 | 24.54 | 16.55 | - |
| YUV | 117.32 | 122.75 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 108 | 0 | 0.81 | 0.58 | 0 | 342.82 | 1 | 0.6 |
| Hex | FF | 31 | 6C | 0 | 51 | 3A | 0 | 157 | 64 | 3C |
| Octal | 377 | 61 | 154 | 0 | 121 | 72 | 0 | 527 | 144 | 74 |
| Binary | 11111111 | 110001 | 1101100 | 0 | 1010001 | 111010 | 0 | 101010111 | 1100100 | 111100 |
Color Harmonies of #FF316C
Complementary color
Monochromatic Colors of #FF316C
Black with #FF316C
Text Example
Text Example
White with #FF316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF316C; }
p { color: rgb(255,49,108); }
H1.HeaderClassName
{
color: #FF316C;
}
.AnyTagClassName
{
color: #FF316C;
}
</style>
background-color css
<style>
a { background-color: #FF316C; }
a { background-color: rgb(255,49,108); }
div.DivClassName
{
background-color: #FF316C;
}
.BgClassName
{
background-color: #FF316C;
}
</style>
border-color css
<style>
span { border-color: #FF316C; }
span { border-color: rgb(255,49,108); }
td.TdClassName
{
border-color: #FF316C;
}
.TagClassName
{
border-color: #FF316C;
}
</style>