Shades of Radical Red #F74768
Tints of Radical Red #F74768
RGB
CMYK
RGB Variations
Color information
#F74768 (or 0xF74768) is known color: Radical Red. HEX triplet: F7, 47 and 68. RGB value is (247,71,104). Sum of RGB (Red+Green+Blue) = 247+71+104=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F74768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74768 is #08B897. Grayscale: #7F7F7F. Windows color (decimal): -571544 or 6834167. OLE color: 6834167.
HSL color Cylindrical-coordinate representation of color #F74768: hue angle of 348.75º 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 #F74768 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 104 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.03 |
| HSL | 348.75º | 0.92% | 0.62% | - |
| HSV(B) | 348.75º | 0.71% | 0.97% | - |
| XYZ | 43.11 | 25.28 | 15.7 | - |
| YUV | 127.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 104 | 0 | 0.71 | 0.58 | 0.03 | 348.75 | 0.92 | 0.62 |
| Hex | F7 | 47 | 68 | 0 | 47 | 3A | 3 | 15D | 5C | 3E |
| Octal | 367 | 107 | 150 | 0 | 107 | 72 | 3 | 535 | 134 | 76 |
| Binary | 11110111 | 1000111 | 1101000 | 0 | 1000111 | 111010 | 11 | 101011101 | 1011100 | 111110 |
Color Harmonies of #F74768
Complementary color
Monochromatic Colors of #F74768
Black with #F74768
Text Example
Text Example
White with #F74768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74768; }
p { color: rgb(247,71,104); }
H1.HeaderClassName
{
color: #F74768;
}
.AnyTagClassName
{
color: #F74768;
}
</style>
background-color css
<style>
a { background-color: #F74768; }
a { background-color: rgb(247,71,104); }
div.DivClassName
{
background-color: #F74768;
}
.BgClassName
{
background-color: #F74768;
}
</style>
border-color css
<style>
span { border-color: #F74768; }
span { border-color: rgb(247,71,104); }
td.TdClassName
{
border-color: #F74768;
}
.TagClassName
{
border-color: #F74768;
}
</style>