Shades of Radical Red #F73855
Tints of Radical Red #F73855
RGB
CMYK
RGB Variations
Color information
#F73855 (or 0xF73855) is known color: Radical Red. HEX triplet: F7, 38 and 55. RGB value is (247,56,85). Sum of RGB (Red+Green+Blue) = 247+56+85=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F73855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73855 is #08C7AA. Grayscale: #747474. Windows color (decimal): -575403 or 5585143. OLE color: 5585143.
HSL color Cylindrical-coordinate representation of color #F73855: hue angle of 350.89º 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 #F73855 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 85 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.03 |
| HSL | 350.89º | 0.92% | 0.59% | - |
| HSV(B) | 350.89º | 0.77% | 0.97% | - |
| XYZ | 41.41 | 23.26 | 10.9 | - |
| YUV | 116.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 85 | 0 | 0.77 | 0.66 | 0.03 | 350.89 | 0.92 | 0.59 |
| Hex | F7 | 38 | 55 | 0 | 4D | 42 | 3 | 15F | 5C | 3B |
| Octal | 367 | 70 | 125 | 0 | 115 | 102 | 3 | 537 | 134 | 73 |
| Binary | 11110111 | 111000 | 1010101 | 0 | 1001101 | 1000010 | 11 | 101011111 | 1011100 | 111011 |
Color Harmonies of #F73855
Complementary color
Monochromatic Colors of #F73855
Black with #F73855
Text Example
Text Example
White with #F73855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73855; }
p { color: rgb(247,56,85); }
H1.HeaderClassName
{
color: #F73855;
}
.AnyTagClassName
{
color: #F73855;
}
</style>
background-color css
<style>
a { background-color: #F73855; }
a { background-color: rgb(247,56,85); }
div.DivClassName
{
background-color: #F73855;
}
.BgClassName
{
background-color: #F73855;
}
</style>
border-color css
<style>
span { border-color: #F73855; }
span { border-color: rgb(247,56,85); }
td.TdClassName
{
border-color: #F73855;
}
.TagClassName
{
border-color: #F73855;
}
</style>