Shades of Radical Red #F74461
Tints of Radical Red #F74461
RGB
CMYK
RGB Variations
Color information
#F74461 (or 0xF74461) is known color: Radical Red. HEX triplet: F7, 44 and 61. RGB value is (247,68,97). Sum of RGB (Red+Green+Blue) = 247+68+97=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F74461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74461 is #08BB9E. Grayscale: #7C7C7C. Windows color (decimal): -572319 or 6374647. OLE color: 6374647.
HSL color Cylindrical-coordinate representation of color #F74461: hue angle of 350.28º 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 #F74461 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 97 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.03 |
| HSL | 350.28º | 0.92% | 0.62% | - |
| HSV(B) | 350.28º | 0.72% | 0.97% | - |
| XYZ | 42.58 | 24.77 | 13.85 | - |
| YUV | 124.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 97 | 0 | 0.72 | 0.61 | 0.03 | 350.28 | 0.92 | 0.62 |
| Hex | F7 | 44 | 61 | 0 | 48 | 3D | 3 | 15E | 5C | 3E |
| Octal | 367 | 104 | 141 | 0 | 110 | 75 | 3 | 536 | 134 | 76 |
| Binary | 11110111 | 1000100 | 1100001 | 0 | 1001000 | 111101 | 11 | 101011110 | 1011100 | 111110 |
Color Harmonies of #F74461
Complementary color
Monochromatic Colors of #F74461
Black with #F74461
Text Example
Text Example
White with #F74461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74461; }
p { color: rgb(247,68,97); }
H1.HeaderClassName
{
color: #F74461;
}
.AnyTagClassName
{
color: #F74461;
}
</style>
background-color css
<style>
a { background-color: #F74461; }
a { background-color: rgb(247,68,97); }
div.DivClassName
{
background-color: #F74461;
}
.BgClassName
{
background-color: #F74461;
}
</style>
border-color css
<style>
span { border-color: #F74461; }
span { border-color: rgb(247,68,97); }
td.TdClassName
{
border-color: #F74461;
}
.TagClassName
{
border-color: #F74461;
}
</style>