Shades of Radical Red #FF2E70
Tints of Radical Red #FF2E70
RGB
CMYK
RGB Variations
Color information
#FF2E70 (or 0xFF2E70) is known color: Radical Red. HEX triplet: FF, 2E and 70. RGB value is (255,46,112). Sum of RGB (Red+Green+Blue) = 255+46+112=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E70 is #00D18F. Grayscale: #737373. Windows color (decimal): -53648 or 7352063. OLE color: 7352063.
HSL color Cylindrical-coordinate representation of color #FF2E70: hue angle of 341.05º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E70 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 112 | - |
| CMYK | 0 | 0.82 | 0.56 | 0 |
| HSL | 341.05º | 1% | 0.59% | - |
| HSV(B) | 341.05º | 0.82% | 1% | - |
| XYZ | 45.14 | 24.38 | 17.66 | - |
| YUV | 116.02 | 125.74 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 112 | 0 | 0.82 | 0.56 | 0 | 341.05 | 1 | 0.59 |
| Hex | FF | 2E | 70 | 0 | 52 | 38 | 0 | 155 | 64 | 3B |
| Octal | 377 | 56 | 160 | 0 | 122 | 70 | 0 | 525 | 144 | 73 |
| Binary | 11111111 | 101110 | 1110000 | 0 | 1010010 | 111000 | 0 | 101010101 | 1100100 | 111011 |
Color Harmonies of #FF2E70
Complementary color
Monochromatic Colors of #FF2E70
Black with #FF2E70
Text Example
Text Example
White with #FF2E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E70; }
p { color: rgb(255,46,112); }
H1.HeaderClassName
{
color: #FF2E70;
}
.AnyTagClassName
{
color: #FF2E70;
}
</style>
background-color css
<style>
a { background-color: #FF2E70; }
a { background-color: rgb(255,46,112); }
div.DivClassName
{
background-color: #FF2E70;
}
.BgClassName
{
background-color: #FF2E70;
}
</style>
border-color css
<style>
span { border-color: #FF2E70; }
span { border-color: rgb(255,46,112); }
td.TdClassName
{
border-color: #FF2E70;
}
.TagClassName
{
border-color: #FF2E70;
}
</style>