Shades of Radical Red #FF316B
Tints of Radical Red #FF316B
RGB
CMYK
RGB Variations
Color information
#FF316B (or 0xFF316B) is known color: Radical Red. HEX triplet: FF, 31 and 6B. RGB value is (255,49,107). Sum of RGB (Red+Green+Blue) = 255+49+107=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF316B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF316B is #00CE94. Grayscale: #757575. Windows color (decimal): -52885 or 7025151. OLE color: 7025151.
HSL color Cylindrical-coordinate representation of color #FF316B: hue angle of 343.11º 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 #FF316B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 107 | - |
| CMYK | 0 | 0.81 | 0.58 | 0 |
| HSL | 343.11º | 1% | 0.6% | - |
| HSV(B) | 343.11º | 0.81% | 1% | - |
| XYZ | 44.99 | 24.52 | 16.27 | - |
| YUV | 117.21 | 122.25 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 107 | 0 | 0.81 | 0.58 | 0 | 343.11 | 1 | 0.6 |
| Hex | FF | 31 | 6B | 0 | 51 | 3A | 0 | 157 | 64 | 3C |
| Octal | 377 | 61 | 153 | 0 | 121 | 72 | 0 | 527 | 144 | 74 |
| Binary | 11111111 | 110001 | 1101011 | 0 | 1010001 | 111010 | 0 | 101010111 | 1100100 | 111100 |
Color Harmonies of #FF316B
Complementary color
Monochromatic Colors of #FF316B
Black with #FF316B
Text Example
Text Example
White with #FF316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF316B; }
p { color: rgb(255,49,107); }
H1.HeaderClassName
{
color: #FF316B;
}
.AnyTagClassName
{
color: #FF316B;
}
</style>
background-color css
<style>
a { background-color: #FF316B; }
a { background-color: rgb(255,49,107); }
div.DivClassName
{
background-color: #FF316B;
}
.BgClassName
{
background-color: #FF316B;
}
</style>
border-color css
<style>
span { border-color: #FF316B; }
span { border-color: rgb(255,49,107); }
td.TdClassName
{
border-color: #FF316B;
}
.TagClassName
{
border-color: #FF316B;
}
</style>