Shades of Radical Red #F7266F
Tints of Radical Red #F7266F
RGB
CMYK
RGB Variations
Color information
#F7266F (or 0xF7266F) is known color: Radical Red. HEX triplet: F7, 26 and 6F. RGB value is (247,38,111). Sum of RGB (Red+Green+Blue) = 247+38+111=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F7266F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7266F is #08D990. Grayscale: #6C6C6C. Windows color (decimal): -579985 or 7284471. OLE color: 7284471.
HSL color Cylindrical-coordinate representation of color #F7266F: hue angle of 339.04º 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 #F7266F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 111 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.03 |
| HSL | 339.04º | 0.93% | 0.56% | - |
| HSV(B) | 339.04º | 0.85% | 0.97% | - |
| XYZ | 41.92 | 22.31 | 17.14 | - |
| YUV | 108.81 | 129.24 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 111 | 0 | 0.85 | 0.55 | 0.03 | 339.04 | 0.93 | 0.56 |
| Hex | F7 | 26 | 6F | 0 | 55 | 37 | 3 | 153 | 5D | 38 |
| Octal | 367 | 46 | 157 | 0 | 125 | 67 | 3 | 523 | 135 | 70 |
| Binary | 11110111 | 100110 | 1101111 | 0 | 1010101 | 110111 | 11 | 101010011 | 1011101 | 111000 |
Color Harmonies of #F7266F
Complementary color
Monochromatic Colors of #F7266F
Black with #F7266F
Text Example
Text Example
White with #F7266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7266F; }
p { color: rgb(247,38,111); }
H1.HeaderClassName
{
color: #F7266F;
}
.AnyTagClassName
{
color: #F7266F;
}
</style>
background-color css
<style>
a { background-color: #F7266F; }
a { background-color: rgb(247,38,111); }
div.DivClassName
{
background-color: #F7266F;
}
.BgClassName
{
background-color: #F7266F;
}
</style>
border-color css
<style>
span { border-color: #F7266F; }
span { border-color: rgb(247,38,111); }
td.TdClassName
{
border-color: #F7266F;
}
.TagClassName
{
border-color: #F7266F;
}
</style>