Shades of Radical Red #F74752
Tints of Radical Red #F74752
RGB
CMYK
RGB Variations
Color information
#F74752 (or 0xF74752) is known color: Radical Red. HEX triplet: F7, 47 and 52. RGB value is (247,71,82). Sum of RGB (Red+Green+Blue) = 247+71+82=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F74752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74752 is #08B8AD. Grayscale: #7D7D7D. Windows color (decimal): -571566 or 5392375. OLE color: 5392375.
HSL color Cylindrical-coordinate representation of color #F74752: hue angle of 356.25º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F74752 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 82 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.03 |
| HSL | 356.25º | 0.92% | 0.62% | - |
| HSV(B) | 356.25º | 0.71% | 0.97% | - |
| XYZ | 42.13 | 24.89 | 10.57 | - |
| YUV | 124.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 82 | 0 | 0.71 | 0.67 | 0.03 | 356.25 | 0.92 | 0.62 |
| Hex | F7 | 47 | 52 | 0 | 47 | 43 | 3 | 164 | 5C | 3E |
| Octal | 367 | 107 | 122 | 0 | 107 | 103 | 3 | 544 | 134 | 76 |
| Binary | 11110111 | 1000111 | 1010010 | 0 | 1000111 | 1000011 | 11 | 101100100 | 1011100 | 111110 |
Color Harmonies of #F74752
Complementary color
Monochromatic Colors of #F74752
Black with #F74752
Text Example
Text Example
White with #F74752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74752; }
p { color: rgb(247,71,82); }
H1.HeaderClassName
{
color: #F74752;
}
.AnyTagClassName
{
color: #F74752;
}
</style>
background-color css
<style>
a { background-color: #F74752; }
a { background-color: rgb(247,71,82); }
div.DivClassName
{
background-color: #F74752;
}
.BgClassName
{
background-color: #F74752;
}
</style>
border-color css
<style>
span { border-color: #F74752; }
span { border-color: rgb(247,71,82); }
td.TdClassName
{
border-color: #F74752;
}
.TagClassName
{
border-color: #F74752;
}
</style>