Shades of Radical Red #F73275
Tints of Radical Red #F73275
RGB
CMYK
RGB Variations
Color information
#F73275 (or 0xF73275) is known color: Radical Red. HEX triplet: F7, 32 and 75. RGB value is (247,50,117). Sum of RGB (Red+Green+Blue) = 247+50+117=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F73275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73275 is #08CD8A. Grayscale: #747474. Windows color (decimal): -576907 or 7680759. OLE color: 7680759.
HSL color Cylindrical-coordinate representation of color #F73275: hue angle of 339.59º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73275 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 117 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.03 |
| HSL | 339.59º | 0.92% | 0.58% | - |
| HSV(B) | 339.59º | 0.8% | 0.97% | - |
| XYZ | 42.71 | 23.34 | 19.08 | - |
| YUV | 116.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 117 | 0 | 0.80 | 0.53 | 0.03 | 339.59 | 0.92 | 0.58 |
| Hex | F7 | 32 | 75 | 0 | 50 | 35 | 3 | 154 | 5C | 3A |
| Octal | 367 | 62 | 165 | 0 | 120 | 65 | 3 | 524 | 134 | 72 |
| Binary | 11110111 | 110010 | 1110101 | 0 | 1010000 | 110101 | 11 | 101010100 | 1011100 | 111010 |
Color Harmonies of #F73275
Complementary color
Monochromatic Colors of #F73275
Black with #F73275
Text Example
Text Example
White with #F73275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73275; }
p { color: rgb(247,50,117); }
H1.HeaderClassName
{
color: #F73275;
}
.AnyTagClassName
{
color: #F73275;
}
</style>
background-color css
<style>
a { background-color: #F73275; }
a { background-color: rgb(247,50,117); }
div.DivClassName
{
background-color: #F73275;
}
.BgClassName
{
background-color: #F73275;
}
</style>
border-color css
<style>
span { border-color: #F73275; }
span { border-color: rgb(247,50,117); }
td.TdClassName
{
border-color: #F73275;
}
.TagClassName
{
border-color: #F73275;
}
</style>