Shades of Radical Red #F74667
Tints of Radical Red #F74667
RGB
CMYK
RGB Variations
Color information
#F74667 (or 0xF74667) is known color: Radical Red. HEX triplet: F7, 46 and 67. RGB value is (247,70,103). Sum of RGB (Red+Green+Blue) = 247+70+103=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F74667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74667 is #08B998. Grayscale: #7E7E7E. Windows color (decimal): -571801 or 6768375. OLE color: 6768375.
HSL color Cylindrical-coordinate representation of color #F74667: hue angle of 348.81º 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 #F74667 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 103 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.03 |
| HSL | 348.81º | 0.92% | 0.62% | - |
| HSV(B) | 348.81º | 0.72% | 0.97% | - |
| XYZ | 43 | 25.13 | 15.42 | - |
| YUV | 126.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 103 | 0 | 0.72 | 0.58 | 0.03 | 348.81 | 0.92 | 0.62 |
| Hex | F7 | 46 | 67 | 0 | 48 | 3A | 3 | 15D | 5C | 3E |
| Octal | 367 | 106 | 147 | 0 | 110 | 72 | 3 | 535 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1100111 | 0 | 1001000 | 111010 | 11 | 101011101 | 1011100 | 111110 |
Color Harmonies of #F74667
Complementary color
Monochromatic Colors of #F74667
Black with #F74667
Text Example
Text Example
White with #F74667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74667; }
p { color: rgb(247,70,103); }
H1.HeaderClassName
{
color: #F74667;
}
.AnyTagClassName
{
color: #F74667;
}
</style>
background-color css
<style>
a { background-color: #F74667; }
a { background-color: rgb(247,70,103); }
div.DivClassName
{
background-color: #F74667;
}
.BgClassName
{
background-color: #F74667;
}
</style>
border-color css
<style>
span { border-color: #F74667; }
span { border-color: rgb(247,70,103); }
td.TdClassName
{
border-color: #F74667;
}
.TagClassName
{
border-color: #F74667;
}
</style>