Shades of Radical Red #F7306C
Tints of Radical Red #F7306C
RGB
CMYK
RGB Variations
Color information
#F7306C (or 0xF7306C) is known color: Radical Red. HEX triplet: F7, 30 and 6C. RGB value is (247,48,108). Sum of RGB (Red+Green+Blue) = 247+48+108=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F7306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7306C is #08CF93. Grayscale: #727272. Windows color (decimal): -577428 or 7090423. OLE color: 7090423.
HSL color Cylindrical-coordinate representation of color #F7306C: hue angle of 341.91º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7306C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 108 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.03 |
| HSL | 341.91º | 0.93% | 0.58% | - |
| HSV(B) | 341.91º | 0.81% | 0.97% | - |
| XYZ | 42.12 | 22.97 | 16.4 | - |
| YUV | 114.34 | 124.43 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 108 | 0 | 0.81 | 0.56 | 0.03 | 341.91 | 0.93 | 0.58 |
| Hex | F7 | 30 | 6C | 0 | 51 | 38 | 3 | 156 | 5D | 3A |
| Octal | 367 | 60 | 154 | 0 | 121 | 70 | 3 | 526 | 135 | 72 |
| Binary | 11110111 | 110000 | 1101100 | 0 | 1010001 | 111000 | 11 | 101010110 | 1011101 | 111010 |
Color Harmonies of #F7306C
Complementary color
Monochromatic Colors of #F7306C
Black with #F7306C
Text Example
Text Example
White with #F7306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7306C; }
p { color: rgb(247,48,108); }
H1.HeaderClassName
{
color: #F7306C;
}
.AnyTagClassName
{
color: #F7306C;
}
</style>
background-color css
<style>
a { background-color: #F7306C; }
a { background-color: rgb(247,48,108); }
div.DivClassName
{
background-color: #F7306C;
}
.BgClassName
{
background-color: #F7306C;
}
</style>
border-color css
<style>
span { border-color: #F7306C; }
span { border-color: rgb(247,48,108); }
td.TdClassName
{
border-color: #F7306C;
}
.TagClassName
{
border-color: #F7306C;
}
</style>