Shades of Radical Red #F74070
Tints of Radical Red #F74070
RGB
CMYK
RGB Variations
Color information
#F74070 (or 0xF74070) is known color: Radical Red. HEX triplet: F7, 40 and 70. RGB value is (247,64,112). Sum of RGB (Red+Green+Blue) = 247+64+112=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F74070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74070 is #08BF8F. Grayscale: #7C7C7C. Windows color (decimal): -573328 or 7356663. OLE color: 7356663.
HSL color Cylindrical-coordinate representation of color #F74070: hue angle of 344.26º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74070 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 112 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.03 |
| HSL | 344.26º | 0.92% | 0.61% | - |
| HSV(B) | 344.26º | 0.74% | 0.97% | - |
| XYZ | 43.12 | 24.61 | 17.81 | - |
| YUV | 124.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 112 | 0 | 0.74 | 0.55 | 0.03 | 344.26 | 0.92 | 0.61 |
| Hex | F7 | 40 | 70 | 0 | 4A | 37 | 3 | 158 | 5C | 3D |
| Octal | 367 | 100 | 160 | 0 | 112 | 67 | 3 | 530 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1110000 | 0 | 1001010 | 110111 | 11 | 101011000 | 1011100 | 111101 |
Color Harmonies of #F74070
Complementary color
Monochromatic Colors of #F74070
Black with #F74070
Text Example
Text Example
White with #F74070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74070; }
p { color: rgb(247,64,112); }
H1.HeaderClassName
{
color: #F74070;
}
.AnyTagClassName
{
color: #F74070;
}
</style>
background-color css
<style>
a { background-color: #F74070; }
a { background-color: rgb(247,64,112); }
div.DivClassName
{
background-color: #F74070;
}
.BgClassName
{
background-color: #F74070;
}
</style>
border-color css
<style>
span { border-color: #F74070; }
span { border-color: rgb(247,64,112); }
td.TdClassName
{
border-color: #F74070;
}
.TagClassName
{
border-color: #F74070;
}
</style>