Shades of Radical Red #F83D54
Tints of Radical Red #F83D54
RGB
CMYK
RGB Variations
Color information
#F83D54 (or 0xF83D54) is known color: Radical Red. HEX triplet: F8, 3D and 54. RGB value is (248,61,84). Sum of RGB (Red+Green+Blue) = 248+61+84=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83D54 is #07C2AB. Grayscale: #777777. Windows color (decimal): -508588 or 5520888. OLE color: 5520888.
HSL color Cylindrical-coordinate representation of color #F83D54: hue angle of 352.62º 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 #F83D54 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 84 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.03 |
| HSL | 352.62º | 0.93% | 0.61% | - |
| HSV(B) | 352.62º | 0.75% | 0.97% | - |
| XYZ | 41.98 | 23.93 | 10.79 | - |
| YUV | 119.54 | 107.95 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 84 | 0 | 0.75 | 0.66 | 0.03 | 352.62 | 0.93 | 0.61 |
| Hex | F8 | 3D | 54 | 0 | 4B | 42 | 3 | 161 | 5D | 3D |
| Octal | 370 | 75 | 124 | 0 | 113 | 102 | 3 | 541 | 135 | 75 |
| Binary | 11111000 | 111101 | 1010100 | 0 | 1001011 | 1000010 | 11 | 101100001 | 1011101 | 111101 |
Color Harmonies of #F83D54
Complementary color
Monochromatic Colors of #F83D54
Black with #F83D54
Text Example
Text Example
White with #F83D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D54; }
p { color: rgb(248,61,84); }
H1.HeaderClassName
{
color: #F83D54;
}
.AnyTagClassName
{
color: #F83D54;
}
</style>
background-color css
<style>
a { background-color: #F83D54; }
a { background-color: rgb(248,61,84); }
div.DivClassName
{
background-color: #F83D54;
}
.BgClassName
{
background-color: #F83D54;
}
</style>
border-color css
<style>
span { border-color: #F83D54; }
span { border-color: rgb(248,61,84); }
td.TdClassName
{
border-color: #F83D54;
}
.TagClassName
{
border-color: #F83D54;
}
</style>