Shades of Radical Red #FF2870
Tints of Radical Red #FF2870
RGB
CMYK
RGB Variations
Color information
#FF2870 (or 0xFF2870) is known color: Radical Red. HEX triplet: FF, 28 and 70. RGB value is (255,40,112). Sum of RGB (Red+Green+Blue) = 255+40+112=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2870 is #00D78F. Grayscale: #707070. Windows color (decimal): -55184 or 7350527. OLE color: 7350527.
HSL color Cylindrical-coordinate representation of color #FF2870: hue angle of 339.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2870 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 112 | - |
| CMYK | 0 | 0.84 | 0.56 | 0 |
| HSL | 339.91º | 1% | 0.58% | - |
| HSV(B) | 339.91º | 0.84% | 1% | - |
| XYZ | 44.92 | 23.95 | 17.58 | - |
| YUV | 112.49 | 127.73 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 112 | 0 | 0.84 | 0.56 | 0 | 339.91 | 1 | 0.58 |
| Hex | FF | 28 | 70 | 0 | 54 | 38 | 0 | 154 | 64 | 3A |
| Octal | 377 | 50 | 160 | 0 | 124 | 70 | 0 | 524 | 144 | 72 |
| Binary | 11111111 | 101000 | 1110000 | 0 | 1010100 | 111000 | 0 | 101010100 | 1100100 | 111010 |
Color Harmonies of #FF2870
Complementary color
Monochromatic Colors of #FF2870
Black with #FF2870
Text Example
Text Example
White with #FF2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2870; }
p { color: rgb(255,40,112); }
H1.HeaderClassName
{
color: #FF2870;
}
.AnyTagClassName
{
color: #FF2870;
}
</style>
background-color css
<style>
a { background-color: #FF2870; }
a { background-color: rgb(255,40,112); }
div.DivClassName
{
background-color: #FF2870;
}
.BgClassName
{
background-color: #FF2870;
}
</style>
border-color css
<style>
span { border-color: #FF2870; }
span { border-color: rgb(255,40,112); }
td.TdClassName
{
border-color: #FF2870;
}
.TagClassName
{
border-color: #FF2870;
}
</style>