Shades of Radical Red #F83773
Tints of Radical Red #F83773
RGB
CMYK
RGB Variations
Color information
#F83773 (or 0xF83773) is known color: Radical Red. HEX triplet: F8, 37 and 73. RGB value is (248,55,115). Sum of RGB (Red+Green+Blue) = 248+55+115=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F83773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83773 is #07C88C. Grayscale: #777777. Windows color (decimal): -510093 or 7550968. OLE color: 7550968.
HSL color Cylindrical-coordinate representation of color #F83773: hue angle of 341.35º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F83773 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 115 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.03 |
| HSL | 341.35º | 0.93% | 0.59% | - |
| HSV(B) | 341.35º | 0.78% | 0.97% | - |
| XYZ | 43.17 | 23.93 | 18.56 | - |
| YUV | 119.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 115 | 0 | 0.78 | 0.54 | 0.03 | 341.35 | 0.93 | 0.59 |
| Hex | F8 | 37 | 73 | 0 | 4E | 36 | 3 | 155 | 5D | 3B |
| Octal | 370 | 67 | 163 | 0 | 116 | 66 | 3 | 525 | 135 | 73 |
| Binary | 11111000 | 110111 | 1110011 | 0 | 1001110 | 110110 | 11 | 101010101 | 1011101 | 111011 |
Color Harmonies of #F83773
Complementary color
Monochromatic Colors of #F83773
Black with #F83773
Text Example
Text Example
White with #F83773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83773; }
p { color: rgb(248,55,115); }
H1.HeaderClassName
{
color: #F83773;
}
.AnyTagClassName
{
color: #F83773;
}
</style>
background-color css
<style>
a { background-color: #F83773; }
a { background-color: rgb(248,55,115); }
div.DivClassName
{
background-color: #F83773;
}
.BgClassName
{
background-color: #F83773;
}
</style>
border-color css
<style>
span { border-color: #F83773; }
span { border-color: rgb(248,55,115); }
td.TdClassName
{
border-color: #F83773;
}
.TagClassName
{
border-color: #F83773;
}
</style>