Shades of Radical Red #F7266C
Tints of Radical Red #F7266C
RGB
CMYK
RGB Variations
Color information
#F7266C (or 0xF7266C) is known color: Radical Red. HEX triplet: F7, 26 and 6C. RGB value is (247,38,108). Sum of RGB (Red+Green+Blue) = 247+38+108=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7266C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7266C is #08D993. Grayscale: #6C6C6C. Windows color (decimal): -579988 or 7087863. OLE color: 7087863.
HSL color Cylindrical-coordinate representation of color #F7266C: hue angle of 339.9º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7266C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 108 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.03 |
| HSL | 339.9º | 0.93% | 0.56% | - |
| HSV(B) | 339.9º | 0.85% | 0.97% | - |
| XYZ | 41.76 | 22.24 | 16.28 | - |
| YUV | 108.47 | 127.74 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 108 | 0 | 0.85 | 0.56 | 0.03 | 339.9 | 0.93 | 0.56 |
| Hex | F7 | 26 | 6C | 0 | 55 | 38 | 3 | 154 | 5D | 38 |
| Octal | 367 | 46 | 154 | 0 | 125 | 70 | 3 | 524 | 135 | 70 |
| Binary | 11110111 | 100110 | 1101100 | 0 | 1010101 | 111000 | 11 | 101010100 | 1011101 | 111000 |
Color Harmonies of #F7266C
Complementary color
Monochromatic Colors of #F7266C
Black with #F7266C
Text Example
Text Example
White with #F7266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7266C; }
p { color: rgb(247,38,108); }
H1.HeaderClassName
{
color: #F7266C;
}
.AnyTagClassName
{
color: #F7266C;
}
</style>
background-color css
<style>
a { background-color: #F7266C; }
a { background-color: rgb(247,38,108); }
div.DivClassName
{
background-color: #F7266C;
}
.BgClassName
{
background-color: #F7266C;
}
</style>
border-color css
<style>
span { border-color: #F7266C; }
span { border-color: rgb(247,38,108); }
td.TdClassName
{
border-color: #F7266C;
}
.TagClassName
{
border-color: #F7266C;
}
</style>