Shades of Radical Red #FF1F61
Tints of Radical Red #FF1F61
RGB
CMYK
RGB Variations
Color information
#FF1F61 (or 0xFF1F61) is known color: Radical Red. HEX triplet: FF, 1F and 61. RGB value is (255,31,97). Sum of RGB (Red+Green+Blue) = 255+31+97=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F61 is #00E09E. Grayscale: #696969. Windows color (decimal): -57503 or 6365183. OLE color: 6365183.
HSL color Cylindrical-coordinate representation of color #FF1F61: hue angle of 342.32º 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 #FF1F61 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 97 | - |
| CMYK | 0 | 0.88 | 0.62 | 0 |
| HSL | 342.32º | 1% | 0.56% | - |
| HSV(B) | 342.32º | 0.88% | 1% | - |
| XYZ | 43.89 | 23.1 | 13.46 | - |
| YUV | 105.5 | 123.21 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 97 | 0 | 0.88 | 0.62 | 0 | 342.32 | 1 | 0.56 |
| Hex | FF | 1F | 61 | 0 | 58 | 3E | 0 | 156 | 64 | 38 |
| Octal | 377 | 37 | 141 | 0 | 130 | 76 | 0 | 526 | 144 | 70 |
| Binary | 11111111 | 11111 | 1100001 | 0 | 1011000 | 111110 | 0 | 101010110 | 1100100 | 111000 |
Color Harmonies of #FF1F61
Complementary color
Monochromatic Colors of #FF1F61
Black with #FF1F61
Text Example
Text Example
White with #FF1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F61; }
p { color: rgb(255,31,97); }
H1.HeaderClassName
{
color: #FF1F61;
}
.AnyTagClassName
{
color: #FF1F61;
}
</style>
background-color css
<style>
a { background-color: #FF1F61; }
a { background-color: rgb(255,31,97); }
div.DivClassName
{
background-color: #FF1F61;
}
.BgClassName
{
background-color: #FF1F61;
}
</style>
border-color css
<style>
span { border-color: #FF1F61; }
span { border-color: rgb(255,31,97); }
td.TdClassName
{
border-color: #FF1F61;
}
.TagClassName
{
border-color: #FF1F61;
}
</style>