Shades of Radical Red #FF1860
Tints of Radical Red #FF1860
RGB
CMYK
RGB Variations
Color information
#FF1860 (or 0xFF1860) is known color: Radical Red. HEX triplet: FF, 18 and 60. RGB value is (255,24,96). Sum of RGB (Red+Green+Blue) = 255+24+96=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1860 is #00E79F. Grayscale: #656565. Windows color (decimal): -59296 or 6297855. OLE color: 6297855.
HSL color Cylindrical-coordinate representation of color #FF1860: hue angle of 341.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1860 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 96 | - |
| CMYK | 0 | 0.91 | 0.62 | 0 |
| HSL | 341.3º | 1% | 0.55% | - |
| HSV(B) | 341.3º | 0.91% | 1% | - |
| XYZ | 43.68 | 22.76 | 13.16 | - |
| YUV | 101.28 | 125.03 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 96 | 0 | 0.91 | 0.62 | 0 | 341.3 | 1 | 0.55 |
| Hex | FF | 18 | 60 | 0 | 5B | 3E | 0 | 155 | 64 | 37 |
| Octal | 377 | 30 | 140 | 0 | 133 | 76 | 0 | 525 | 144 | 67 |
| Binary | 11111111 | 11000 | 1100000 | 0 | 1011011 | 111110 | 0 | 101010101 | 1100100 | 110111 |
Color Harmonies of #FF1860
Complementary color
Monochromatic Colors of #FF1860
Black with #FF1860
Text Example
Text Example
White with #FF1860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1860; }
p { color: rgb(255,24,96); }
H1.HeaderClassName
{
color: #FF1860;
}
.AnyTagClassName
{
color: #FF1860;
}
</style>
background-color css
<style>
a { background-color: #FF1860; }
a { background-color: rgb(255,24,96); }
div.DivClassName
{
background-color: #FF1860;
}
.BgClassName
{
background-color: #FF1860;
}
</style>
border-color css
<style>
span { border-color: #FF1860; }
span { border-color: rgb(255,24,96); }
td.TdClassName
{
border-color: #FF1860;
}
.TagClassName
{
border-color: #FF1860;
}
</style>