Shades of Radical Red #F74566
Tints of Radical Red #F74566
RGB
CMYK
RGB Variations
Color information
#F74566 (or 0xF74566) is known color: Radical Red. HEX triplet: F7, 45 and 66. RGB value is (247,69,102). Sum of RGB (Red+Green+Blue) = 247+69+102=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F74566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74566 is #08BA99. Grayscale: #7E7E7E. Windows color (decimal): -572058 or 6702583. OLE color: 6702583.
HSL color Cylindrical-coordinate representation of color #F74566: hue angle of 348.88º 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 #F74566 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 102 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.03 |
| HSL | 348.88º | 0.92% | 0.62% | - |
| HSV(B) | 348.88º | 0.72% | 0.97% | - |
| XYZ | 42.88 | 24.99 | 15.13 | - |
| YUV | 125.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 102 | 0 | 0.72 | 0.59 | 0.03 | 348.88 | 0.92 | 0.62 |
| Hex | F7 | 45 | 66 | 0 | 48 | 3B | 3 | 15D | 5C | 3E |
| Octal | 367 | 105 | 146 | 0 | 110 | 73 | 3 | 535 | 134 | 76 |
| Binary | 11110111 | 1000101 | 1100110 | 0 | 1001000 | 111011 | 11 | 101011101 | 1011100 | 111110 |
Color Harmonies of #F74566
Complementary color
Monochromatic Colors of #F74566
Black with #F74566
Text Example
Text Example
White with #F74566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74566; }
p { color: rgb(247,69,102); }
H1.HeaderClassName
{
color: #F74566;
}
.AnyTagClassName
{
color: #F74566;
}
</style>
background-color css
<style>
a { background-color: #F74566; }
a { background-color: rgb(247,69,102); }
div.DivClassName
{
background-color: #F74566;
}
.BgClassName
{
background-color: #F74566;
}
</style>
border-color css
<style>
span { border-color: #F74566; }
span { border-color: rgb(247,69,102); }
td.TdClassName
{
border-color: #F74566;
}
.TagClassName
{
border-color: #F74566;
}
</style>