Shades of Radical Red #F73865
Tints of Radical Red #F73865
RGB
CMYK
RGB Variations
Color information
#F73865 (or 0xF73865) is known color: Radical Red. HEX triplet: F7, 38 and 65. RGB value is (247,56,101). Sum of RGB (Red+Green+Blue) = 247+56+101=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F73865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73865 is #08C79A. Grayscale: #767676. Windows color (decimal): -575387 or 6633719. OLE color: 6633719.
HSL color Cylindrical-coordinate representation of color #F73865: hue angle of 345.86º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73865 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 101 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.03 |
| HSL | 345.86º | 0.92% | 0.59% | - |
| HSV(B) | 345.86º | 0.77% | 0.97% | - |
| XYZ | 42.12 | 23.54 | 14.64 | - |
| YUV | 118.24 | 118.28 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 101 | 0 | 0.77 | 0.59 | 0.03 | 345.86 | 0.92 | 0.59 |
| Hex | F7 | 38 | 65 | 0 | 4D | 3B | 3 | 15A | 5C | 3B |
| Octal | 367 | 70 | 145 | 0 | 115 | 73 | 3 | 532 | 134 | 73 |
| Binary | 11110111 | 111000 | 1100101 | 0 | 1001101 | 111011 | 11 | 101011010 | 1011100 | 111011 |
Color Harmonies of #F73865
Complementary color
Monochromatic Colors of #F73865
Black with #F73865
Text Example
Text Example
White with #F73865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73865; }
p { color: rgb(247,56,101); }
H1.HeaderClassName
{
color: #F73865;
}
.AnyTagClassName
{
color: #F73865;
}
</style>
background-color css
<style>
a { background-color: #F73865; }
a { background-color: rgb(247,56,101); }
div.DivClassName
{
background-color: #F73865;
}
.BgClassName
{
background-color: #F73865;
}
</style>
border-color css
<style>
span { border-color: #F73865; }
span { border-color: rgb(247,56,101); }
td.TdClassName
{
border-color: #F73865;
}
.TagClassName
{
border-color: #F73865;
}
</style>