Shades of Radical Red #F73565
Tints of Radical Red #F73565
RGB
CMYK
RGB Variations
Color information
#F73565 (or 0xF73565) is known color: Radical Red. HEX triplet: F7, 35 and 65. RGB value is (247,53,101). Sum of RGB (Red+Green+Blue) = 247+53+101=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F73565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73565 is #08CA9A. Grayscale: #747474. Windows color (decimal): -576155 or 6632951. OLE color: 6632951.
HSL color Cylindrical-coordinate representation of color #F73565: hue angle of 345.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73565 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 101 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.03 |
| HSL | 345.15º | 0.92% | 0.59% | - |
| HSV(B) | 345.15º | 0.79% | 0.97% | - |
| XYZ | 41.98 | 23.26 | 14.59 | - |
| YUV | 116.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 101 | 0 | 0.79 | 0.59 | 0.03 | 345.15 | 0.92 | 0.59 |
| Hex | F7 | 35 | 65 | 0 | 4F | 3B | 3 | 159 | 5C | 3B |
| Octal | 367 | 65 | 145 | 0 | 117 | 73 | 3 | 531 | 134 | 73 |
| Binary | 11110111 | 110101 | 1100101 | 0 | 1001111 | 111011 | 11 | 101011001 | 1011100 | 111011 |
Color Harmonies of #F73565
Complementary color
Monochromatic Colors of #F73565
Black with #F73565
Text Example
Text Example
White with #F73565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73565; }
p { color: rgb(247,53,101); }
H1.HeaderClassName
{
color: #F73565;
}
.AnyTagClassName
{
color: #F73565;
}
</style>
background-color css
<style>
a { background-color: #F73565; }
a { background-color: rgb(247,53,101); }
div.DivClassName
{
background-color: #F73565;
}
.BgClassName
{
background-color: #F73565;
}
</style>
border-color css
<style>
span { border-color: #F73565; }
span { border-color: rgb(247,53,101); }
td.TdClassName
{
border-color: #F73565;
}
.TagClassName
{
border-color: #F73565;
}
</style>