Shades of Radical Red #FF3150
Tints of Radical Red #FF3150
RGB
CMYK
RGB Variations
Color information
#FF3150 (or 0xFF3150) is known color: Radical Red. HEX triplet: FF, 31 and 50. RGB value is (255,49,80). Sum of RGB (Red+Green+Blue) = 255+49+80=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3150 is #00CEAF. Grayscale: #727272. Windows color (decimal): -52912 or 5255679. OLE color: 5255679.
HSL color Cylindrical-coordinate representation of color #FF3150: hue angle of 350.97º 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 #FF3150 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 80 | - |
| CMYK | 0 | 0.81 | 0.69 | 0 |
| HSL | 350.97º | 1% | 0.6% | - |
| HSV(B) | 350.97º | 0.81% | 1% | - |
| XYZ | 43.79 | 24.04 | 9.92 | - |
| YUV | 114.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 80 | 0 | 0.81 | 0.69 | 0 | 350.97 | 1 | 0.6 |
| Hex | FF | 31 | 50 | 0 | 51 | 45 | 0 | 15F | 64 | 3C |
| Octal | 377 | 61 | 120 | 0 | 121 | 105 | 0 | 537 | 144 | 74 |
| Binary | 11111111 | 110001 | 1010000 | 0 | 1010001 | 1000101 | 0 | 101011111 | 1100100 | 111100 |
Color Harmonies of #FF3150
Complementary color
Monochromatic Colors of #FF3150
Black with #FF3150
Text Example
Text Example
White with #FF3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3150; }
p { color: rgb(255,49,80); }
H1.HeaderClassName
{
color: #FF3150;
}
.AnyTagClassName
{
color: #FF3150;
}
</style>
background-color css
<style>
a { background-color: #FF3150; }
a { background-color: rgb(255,49,80); }
div.DivClassName
{
background-color: #FF3150;
}
.BgClassName
{
background-color: #FF3150;
}
</style>
border-color css
<style>
span { border-color: #FF3150; }
span { border-color: rgb(255,49,80); }
td.TdClassName
{
border-color: #FF3150;
}
.TagClassName
{
border-color: #FF3150;
}
</style>