Shades of Radical Red #F7286F
Tints of Radical Red #F7286F
RGB
CMYK
RGB Variations
Color information
#F7286F (or 0xF7286F) is known color: Radical Red. HEX triplet: F7, 28 and 6F. RGB value is (247,40,111). Sum of RGB (Red+Green+Blue) = 247+40+111=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F7286F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7286F is #08D790. Grayscale: #6D6D6D. Windows color (decimal): -579473 or 7284983. OLE color: 7284983.
HSL color Cylindrical-coordinate representation of color #F7286F: hue angle of 339.42º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7286F is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 111 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.03 |
| HSL | 339.42º | 0.93% | 0.56% | - |
| HSV(B) | 339.42º | 0.84% | 0.97% | - |
| XYZ | 41.99 | 22.44 | 17.16 | - |
| YUV | 109.99 | 128.58 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 111 | 0 | 0.84 | 0.55 | 0.03 | 339.42 | 0.93 | 0.56 |
| Hex | F7 | 28 | 6F | 0 | 54 | 37 | 3 | 153 | 5D | 38 |
| Octal | 367 | 50 | 157 | 0 | 124 | 67 | 3 | 523 | 135 | 70 |
| Binary | 11110111 | 101000 | 1101111 | 0 | 1010100 | 110111 | 11 | 101010011 | 1011101 | 111000 |
Color Harmonies of #F7286F
Complementary color
Monochromatic Colors of #F7286F
Black with #F7286F
Text Example
Text Example
White with #F7286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7286F; }
p { color: rgb(247,40,111); }
H1.HeaderClassName
{
color: #F7286F;
}
.AnyTagClassName
{
color: #F7286F;
}
</style>
background-color css
<style>
a { background-color: #F7286F; }
a { background-color: rgb(247,40,111); }
div.DivClassName
{
background-color: #F7286F;
}
.BgClassName
{
background-color: #F7286F;
}
</style>
border-color css
<style>
span { border-color: #F7286F; }
span { border-color: rgb(247,40,111); }
td.TdClassName
{
border-color: #F7286F;
}
.TagClassName
{
border-color: #F7286F;
}
</style>