Shades of Radical Red #FF1F50
Tints of Radical Red #FF1F50
RGB
CMYK
RGB Variations
Color information
#FF1F50 (or 0xFF1F50) is known color: Radical Red. HEX triplet: FF, 1F and 50. RGB value is (255,31,80). Sum of RGB (Red+Green+Blue) = 255+31+80=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F50 is #00E0AF. Grayscale: #676767. Windows color (decimal): -57520 or 5251071. OLE color: 5251071.
HSL color Cylindrical-coordinate representation of color #FF1F50: hue angle of 346.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F50 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 80 | - |
| CMYK | 0 | 0.88 | 0.69 | 0 |
| HSL | 346.88º | 1% | 0.56% | - |
| HSV(B) | 346.88º | 0.88% | 1% | - |
| XYZ | 43.18 | 22.82 | 9.72 | - |
| YUV | 103.56 | 114.71 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 80 | 0 | 0.88 | 0.69 | 0 | 346.88 | 1 | 0.56 |
| Hex | FF | 1F | 50 | 0 | 58 | 45 | 0 | 15B | 64 | 38 |
| Octal | 377 | 37 | 120 | 0 | 130 | 105 | 0 | 533 | 144 | 70 |
| Binary | 11111111 | 11111 | 1010000 | 0 | 1011000 | 1000101 | 0 | 101011011 | 1100100 | 111000 |
Color Harmonies of #FF1F50
Complementary color
Monochromatic Colors of #FF1F50
Black with #FF1F50
Text Example
Text Example
White with #FF1F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F50; }
p { color: rgb(255,31,80); }
H1.HeaderClassName
{
color: #FF1F50;
}
.AnyTagClassName
{
color: #FF1F50;
}
</style>
background-color css
<style>
a { background-color: #FF1F50; }
a { background-color: rgb(255,31,80); }
div.DivClassName
{
background-color: #FF1F50;
}
.BgClassName
{
background-color: #FF1F50;
}
</style>
border-color css
<style>
span { border-color: #FF1F50; }
span { border-color: rgb(255,31,80); }
td.TdClassName
{
border-color: #FF1F50;
}
.TagClassName
{
border-color: #FF1F50;
}
</style>