Shades of Radical Red #F83D4E
Tints of Radical Red #F83D4E
RGB
CMYK
RGB Variations
Color information
#F83D4E (or 0xF83D4E) is known color: Radical Red. HEX triplet: F8, 3D and 4E. RGB value is (248,61,78). Sum of RGB (Red+Green+Blue) = 248+61+78=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83D4E is #07C2B1. Grayscale: #767676. Windows color (decimal): -508594 or 5127672. OLE color: 5127672.
HSL color Cylindrical-coordinate representation of color #F83D4E: hue angle of 354.55º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83D4E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 78 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.03 |
| HSL | 354.55º | 0.93% | 0.61% | - |
| HSV(B) | 354.55º | 0.75% | 0.97% | - |
| XYZ | 41.76 | 23.84 | 9.61 | - |
| YUV | 118.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 78 | 0 | 0.75 | 0.69 | 0.03 | 354.55 | 0.93 | 0.61 |
| Hex | F8 | 3D | 4E | 0 | 4B | 45 | 3 | 163 | 5D | 3D |
| Octal | 370 | 75 | 116 | 0 | 113 | 105 | 3 | 543 | 135 | 75 |
| Binary | 11111000 | 111101 | 1001110 | 0 | 1001011 | 1000101 | 11 | 101100011 | 1011101 | 111101 |
Color Harmonies of #F83D4E
Complementary color
Monochromatic Colors of #F83D4E
Black with #F83D4E
Text Example
Text Example
White with #F83D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D4E; }
p { color: rgb(248,61,78); }
H1.HeaderClassName
{
color: #F83D4E;
}
.AnyTagClassName
{
color: #F83D4E;
}
</style>
background-color css
<style>
a { background-color: #F83D4E; }
a { background-color: rgb(248,61,78); }
div.DivClassName
{
background-color: #F83D4E;
}
.BgClassName
{
background-color: #F83D4E;
}
</style>
border-color css
<style>
span { border-color: #F83D4E; }
span { border-color: rgb(248,61,78); }
td.TdClassName
{
border-color: #F83D4E;
}
.TagClassName
{
border-color: #F83D4E;
}
</style>