Shades of Radical Red #FF1F55
Tints of Radical Red #FF1F55
RGB
CMYK
RGB Variations
Color information
#FF1F55 (or 0xFF1F55) is known color: Radical Red. HEX triplet: FF, 1F and 55. RGB value is (255,31,85). Sum of RGB (Red+Green+Blue) = 255+31+85=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F55 is #00E0AA. Grayscale: #686868. Windows color (decimal): -57515 or 5578751. OLE color: 5578751.
HSL color Cylindrical-coordinate representation of color #FF1F55: hue angle of 345.54º 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 #FF1F55 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 85 | - |
| CMYK | 0 | 0.88 | 0.67 | 0 |
| HSL | 345.54º | 1% | 0.56% | - |
| HSV(B) | 345.54º | 0.88% | 1% | - |
| XYZ | 43.37 | 22.9 | 10.73 | - |
| YUV | 104.13 | 117.21 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 85 | 0 | 0.88 | 0.67 | 0 | 345.54 | 1 | 0.56 |
| Hex | FF | 1F | 55 | 0 | 58 | 43 | 0 | 15A | 64 | 38 |
| Octal | 377 | 37 | 125 | 0 | 130 | 103 | 0 | 532 | 144 | 70 |
| Binary | 11111111 | 11111 | 1010101 | 0 | 1011000 | 1000011 | 0 | 101011010 | 1100100 | 111000 |
Color Harmonies of #FF1F55
Complementary color
Monochromatic Colors of #FF1F55
Black with #FF1F55
Text Example
Text Example
White with #FF1F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F55; }
p { color: rgb(255,31,85); }
H1.HeaderClassName
{
color: #FF1F55;
}
.AnyTagClassName
{
color: #FF1F55;
}
</style>
background-color css
<style>
a { background-color: #FF1F55; }
a { background-color: rgb(255,31,85); }
div.DivClassName
{
background-color: #FF1F55;
}
.BgClassName
{
background-color: #FF1F55;
}
</style>
border-color css
<style>
span { border-color: #FF1F55; }
span { border-color: rgb(255,31,85); }
td.TdClassName
{
border-color: #FF1F55;
}
.TagClassName
{
border-color: #FF1F55;
}
</style>