Shades of Radical Red #F83D55
Tints of Radical Red #F83D55
RGB
CMYK
RGB Variations
Color information
#F83D55 (or 0xF83D55) is known color: Radical Red. HEX triplet: F8, 3D and 55. RGB value is (248,61,85). Sum of RGB (Red+Green+Blue) = 248+61+85=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83D55 is #07C2AA. Grayscale: #777777. Windows color (decimal): -508587 or 5586424. OLE color: 5586424.
HSL color Cylindrical-coordinate representation of color #F83D55: hue angle of 352.3º 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 #F83D55 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 85 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.03 |
| HSL | 352.3º | 0.93% | 0.61% | - |
| HSV(B) | 352.3º | 0.75% | 0.97% | - |
| XYZ | 42.02 | 23.95 | 11 | - |
| YUV | 119.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 85 | 0 | 0.75 | 0.66 | 0.03 | 352.3 | 0.93 | 0.61 |
| Hex | F8 | 3D | 55 | 0 | 4B | 42 | 3 | 160 | 5D | 3D |
| Octal | 370 | 75 | 125 | 0 | 113 | 102 | 3 | 540 | 135 | 75 |
| Binary | 11111000 | 111101 | 1010101 | 0 | 1001011 | 1000010 | 11 | 101100000 | 1011101 | 111101 |
Color Harmonies of #F83D55
Complementary color
Monochromatic Colors of #F83D55
Black with #F83D55
Text Example
Text Example
White with #F83D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D55; }
p { color: rgb(248,61,85); }
H1.HeaderClassName
{
color: #F83D55;
}
.AnyTagClassName
{
color: #F83D55;
}
</style>
background-color css
<style>
a { background-color: #F83D55; }
a { background-color: rgb(248,61,85); }
div.DivClassName
{
background-color: #F83D55;
}
.BgClassName
{
background-color: #F83D55;
}
</style>
border-color css
<style>
span { border-color: #F83D55; }
span { border-color: rgb(248,61,85); }
td.TdClassName
{
border-color: #F83D55;
}
.TagClassName
{
border-color: #F83D55;
}
</style>