Shades of Radical Red #F7416B
Tints of Radical Red #F7416B
RGB
CMYK
RGB Variations
Color information
#F7416B (or 0xF7416B) is known color: Radical Red. HEX triplet: F7, 41 and 6B. RGB value is (247,65,107). Sum of RGB (Red+Green+Blue) = 247+65+107=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F7416B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7416B is #08BE94. Grayscale: #7C7C7C. Windows color (decimal): -573077 or 7029239. OLE color: 7029239.
HSL color Cylindrical-coordinate representation of color #F7416B: hue angle of 346.15º 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 #F7416B is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 107 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.03 |
| HSL | 346.15º | 0.92% | 0.61% | - |
| HSV(B) | 346.15º | 0.74% | 0.97% | - |
| XYZ | 42.9 | 24.62 | 16.4 | - |
| YUV | 124.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 107 | 0 | 0.74 | 0.57 | 0.03 | 346.15 | 0.92 | 0.61 |
| Hex | F7 | 41 | 6B | 0 | 4A | 39 | 3 | 15A | 5C | 3D |
| Octal | 367 | 101 | 153 | 0 | 112 | 71 | 3 | 532 | 134 | 75 |
| Binary | 11110111 | 1000001 | 1101011 | 0 | 1001010 | 111001 | 11 | 101011010 | 1011100 | 111101 |
Color Harmonies of #F7416B
Complementary color
Monochromatic Colors of #F7416B
Black with #F7416B
Text Example
Text Example
White with #F7416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7416B; }
p { color: rgb(247,65,107); }
H1.HeaderClassName
{
color: #F7416B;
}
.AnyTagClassName
{
color: #F7416B;
}
</style>
background-color css
<style>
a { background-color: #F7416B; }
a { background-color: rgb(247,65,107); }
div.DivClassName
{
background-color: #F7416B;
}
.BgClassName
{
background-color: #F7416B;
}
</style>
border-color css
<style>
span { border-color: #F7416B; }
span { border-color: rgb(247,65,107); }
td.TdClassName
{
border-color: #F7416B;
}
.TagClassName
{
border-color: #F7416B;
}
</style>