Shades of Radical Red #F72675
Tints of Radical Red #F72675
RGB
CMYK
RGB Variations
Color information
#F72675 (or 0xF72675) is known color: Radical Red. HEX triplet: F7, 26 and 75. RGB value is (247,38,117). Sum of RGB (Red+Green+Blue) = 247+38+117=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F72675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72675 is #08D98A. Grayscale: #6D6D6D. Windows color (decimal): -579979 or 7677687. OLE color: 7677687.
HSL color Cylindrical-coordinate representation of color #F72675: hue angle of 337.32º 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 #F72675 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 117 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.03 |
| HSL | 337.32º | 0.93% | 0.56% | - |
| HSV(B) | 337.32º | 0.85% | 0.97% | - |
| XYZ | 42.26 | 22.44 | 18.93 | - |
| YUV | 109.5 | 132.24 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 117 | 0 | 0.85 | 0.53 | 0.03 | 337.32 | 0.93 | 0.56 |
| Hex | F7 | 26 | 75 | 0 | 55 | 35 | 3 | 151 | 5D | 38 |
| Octal | 367 | 46 | 165 | 0 | 125 | 65 | 3 | 521 | 135 | 70 |
| Binary | 11110111 | 100110 | 1110101 | 0 | 1010101 | 110101 | 11 | 101010001 | 1011101 | 111000 |
Color Harmonies of #F72675
Complementary color
Monochromatic Colors of #F72675
Black with #F72675
Text Example
Text Example
White with #F72675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72675; }
p { color: rgb(247,38,117); }
H1.HeaderClassName
{
color: #F72675;
}
.AnyTagClassName
{
color: #F72675;
}
</style>
background-color css
<style>
a { background-color: #F72675; }
a { background-color: rgb(247,38,117); }
div.DivClassName
{
background-color: #F72675;
}
.BgClassName
{
background-color: #F72675;
}
</style>
border-color css
<style>
span { border-color: #F72675; }
span { border-color: rgb(247,38,117); }
td.TdClassName
{
border-color: #F72675;
}
.TagClassName
{
border-color: #F72675;
}
</style>