Shades of Radical Red #FF4070
Tints of Radical Red #FF4070
RGB
CMYK
RGB Variations
Color information
#FF4070 (or 0xFF4070) is known color: Radical Red. HEX triplet: FF, 40 and 70. RGB value is (255,64,112). Sum of RGB (Red+Green+Blue) = 255+64+112=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4070 is #00BF8F. Grayscale: #7E7E7E. Windows color (decimal): -49040 or 7356671. OLE color: 7356671.
HSL color Cylindrical-coordinate representation of color #FF4070: hue angle of 344.92º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4070 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 112 | - |
| CMYK | 0 | 0.75 | 0.56 | 0 |
| HSL | 344.92º | 1% | 0.63% | - |
| HSV(B) | 344.92º | 0.75% | 1% | - |
| XYZ | 46 | 26.1 | 17.94 | - |
| YUV | 126.58 | 119.78 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 112 | 0 | 0.75 | 0.56 | 0 | 344.92 | 1 | 0.63 |
| Hex | FF | 40 | 70 | 0 | 4B | 38 | 0 | 159 | 64 | 3F |
| Octal | 377 | 100 | 160 | 0 | 113 | 70 | 0 | 531 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1110000 | 0 | 1001011 | 111000 | 0 | 101011001 | 1100100 | 111111 |
Color Harmonies of #FF4070
Complementary color
Monochromatic Colors of #FF4070
Black with #FF4070
Text Example
Text Example
White with #FF4070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4070; }
p { color: rgb(255,64,112); }
H1.HeaderClassName
{
color: #FF4070;
}
.AnyTagClassName
{
color: #FF4070;
}
</style>
background-color css
<style>
a { background-color: #FF4070; }
a { background-color: rgb(255,64,112); }
div.DivClassName
{
background-color: #FF4070;
}
.BgClassName
{
background-color: #FF4070;
}
</style>
border-color css
<style>
span { border-color: #FF4070; }
span { border-color: rgb(255,64,112); }
td.TdClassName
{
border-color: #FF4070;
}
.TagClassName
{
border-color: #FF4070;
}
</style>