Shades of Radical Red #F74069
Tints of Radical Red #F74069
RGB
CMYK
RGB Variations
Color information
#F74069 (or 0xF74069) is known color: Radical Red. HEX triplet: F7, 40 and 69. RGB value is (247,64,105). Sum of RGB (Red+Green+Blue) = 247+64+105=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F74069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74069 is #08BF96. Grayscale: #7B7B7B. Windows color (decimal): -573335 or 6897911. OLE color: 6897911.
HSL color Cylindrical-coordinate representation of color #F74069: hue angle of 346.56º 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 #F74069 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 105 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.03 |
| HSL | 346.56º | 0.92% | 0.61% | - |
| HSV(B) | 346.56º | 0.74% | 0.97% | - |
| XYZ | 42.74 | 24.46 | 15.83 | - |
| YUV | 123.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 105 | 0 | 0.74 | 0.57 | 0.03 | 346.56 | 0.92 | 0.61 |
| Hex | F7 | 40 | 69 | 0 | 4A | 39 | 3 | 15B | 5C | 3D |
| Octal | 367 | 100 | 151 | 0 | 112 | 71 | 3 | 533 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1101001 | 0 | 1001010 | 111001 | 11 | 101011011 | 1011100 | 111101 |
Color Harmonies of #F74069
Complementary color
Monochromatic Colors of #F74069
Black with #F74069
Text Example
Text Example
White with #F74069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74069; }
p { color: rgb(247,64,105); }
H1.HeaderClassName
{
color: #F74069;
}
.AnyTagClassName
{
color: #F74069;
}
</style>
background-color css
<style>
a { background-color: #F74069; }
a { background-color: rgb(247,64,105); }
div.DivClassName
{
background-color: #F74069;
}
.BgClassName
{
background-color: #F74069;
}
</style>
border-color css
<style>
span { border-color: #F74069; }
span { border-color: rgb(247,64,105); }
td.TdClassName
{
border-color: #F74069;
}
.TagClassName
{
border-color: #F74069;
}
</style>