Shades of Radical Red #F83648
Tints of Radical Red #F83648
RGB
CMYK
RGB Variations
Color information
#F83648 (or 0xF83648) is known color: Radical Red. HEX triplet: F8, 36 and 48. RGB value is (248,54,72). Sum of RGB (Red+Green+Blue) = 248+54+72=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F83648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83648 is #07C9B7. Grayscale: #727272. Windows color (decimal): -510392 or 4732664. OLE color: 4732664.
HSL color Cylindrical-coordinate representation of color #F83648: hue angle of 354.43º 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 #F83648 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 72 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.03 |
| HSL | 354.43º | 0.93% | 0.59% | - |
| HSV(B) | 354.43º | 0.78% | 0.97% | - |
| XYZ | 41.2 | 23.06 | 8.41 | - |
| YUV | 114.06 | 104.27 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 72 | 0 | 0.78 | 0.71 | 0.03 | 354.43 | 0.93 | 0.59 |
| Hex | F8 | 36 | 48 | 0 | 4E | 47 | 3 | 162 | 5D | 3B |
| Octal | 370 | 66 | 110 | 0 | 116 | 107 | 3 | 542 | 135 | 73 |
| Binary | 11111000 | 110110 | 1001000 | 0 | 1001110 | 1000111 | 11 | 101100010 | 1011101 | 111011 |
Color Harmonies of #F83648
Complementary color
Monochromatic Colors of #F83648
Black with #F83648
Text Example
Text Example
White with #F83648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83648; }
p { color: rgb(248,54,72); }
H1.HeaderClassName
{
color: #F83648;
}
.AnyTagClassName
{
color: #F83648;
}
</style>
background-color css
<style>
a { background-color: #F83648; }
a { background-color: rgb(248,54,72); }
div.DivClassName
{
background-color: #F83648;
}
.BgClassName
{
background-color: #F83648;
}
</style>
border-color css
<style>
span { border-color: #F83648; }
span { border-color: rgb(248,54,72); }
td.TdClassName
{
border-color: #F83648;
}
.TagClassName
{
border-color: #F83648;
}
</style>