Shades of Radical Red #F74470
Tints of Radical Red #F74470
RGB
CMYK
RGB Variations
Color information
#F74470 (or 0xF74470) is known color: Radical Red. HEX triplet: F7, 44 and 70. RGB value is (247,68,112). Sum of RGB (Red+Green+Blue) = 247+68+112=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F74470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74470 is #08BB8F. Grayscale: #7E7E7E. Windows color (decimal): -572304 or 7357687. OLE color: 7357687.
HSL color Cylindrical-coordinate representation of color #F74470: hue angle of 345.25º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74470 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 112 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.03 |
| HSL | 345.25º | 0.92% | 0.62% | - |
| HSV(B) | 345.25º | 0.72% | 0.97% | - |
| XYZ | 43.35 | 25.08 | 17.89 | - |
| YUV | 126.54 | 119.8 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 112 | 0 | 0.72 | 0.55 | 0.03 | 345.25 | 0.92 | 0.62 |
| Hex | F7 | 44 | 70 | 0 | 48 | 37 | 3 | 159 | 5C | 3E |
| Octal | 367 | 104 | 160 | 0 | 110 | 67 | 3 | 531 | 134 | 76 |
| Binary | 11110111 | 1000100 | 1110000 | 0 | 1001000 | 110111 | 11 | 101011001 | 1011100 | 111110 |
Color Harmonies of #F74470
Complementary color
Monochromatic Colors of #F74470
Black with #F74470
Text Example
Text Example
White with #F74470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74470; }
p { color: rgb(247,68,112); }
H1.HeaderClassName
{
color: #F74470;
}
.AnyTagClassName
{
color: #F74470;
}
</style>
background-color css
<style>
a { background-color: #F74470; }
a { background-color: rgb(247,68,112); }
div.DivClassName
{
background-color: #F74470;
}
.BgClassName
{
background-color: #F74470;
}
</style>
border-color css
<style>
span { border-color: #F74470; }
span { border-color: rgb(247,68,112); }
td.TdClassName
{
border-color: #F74470;
}
.TagClassName
{
border-color: #F74470;
}
</style>