Shades of Radical Red #F73065
Tints of Radical Red #F73065
RGB
CMYK
RGB Variations
Color information
#F73065 (or 0xF73065) is known color: Radical Red. HEX triplet: F7, 30 and 65. RGB value is (247,48,101). Sum of RGB (Red+Green+Blue) = 247+48+101=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F73065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73065 is #08CF9A. Grayscale: #717171. Windows color (decimal): -577435 or 6631671. OLE color: 6631671.
HSL color Cylindrical-coordinate representation of color #F73065: hue angle of 344.02º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73065 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 101 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.03 |
| HSL | 344.02º | 0.93% | 0.58% | - |
| HSV(B) | 344.02º | 0.81% | 0.97% | - |
| XYZ | 41.76 | 22.83 | 14.52 | - |
| YUV | 113.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 101 | 0 | 0.81 | 0.59 | 0.03 | 344.02 | 0.93 | 0.58 |
| Hex | F7 | 30 | 65 | 0 | 51 | 3B | 3 | 158 | 5D | 3A |
| Octal | 367 | 60 | 145 | 0 | 121 | 73 | 3 | 530 | 135 | 72 |
| Binary | 11110111 | 110000 | 1100101 | 0 | 1010001 | 111011 | 11 | 101011000 | 1011101 | 111010 |
Color Harmonies of #F73065
Complementary color
Monochromatic Colors of #F73065
Black with #F73065
Text Example
Text Example
White with #F73065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73065; }
p { color: rgb(247,48,101); }
H1.HeaderClassName
{
color: #F73065;
}
.AnyTagClassName
{
color: #F73065;
}
</style>
background-color css
<style>
a { background-color: #F73065; }
a { background-color: rgb(247,48,101); }
div.DivClassName
{
background-color: #F73065;
}
.BgClassName
{
background-color: #F73065;
}
</style>
border-color css
<style>
span { border-color: #F73065; }
span { border-color: rgb(247,48,101); }
td.TdClassName
{
border-color: #F73065;
}
.TagClassName
{
border-color: #F73065;
}
</style>