Shades of Radical Red #F8484C
Tints of Radical Red #F8484C
RGB
CMYK
RGB Variations
Color information
#F8484C (or 0xF8484C) is known color: Radical Red. HEX triplet: F8, 48 and 4C. RGB value is (248,72,76). Sum of RGB (Red+Green+Blue) = 248+72+76=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8484C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8484C is #07B7B3. Grayscale: #7D7D7D. Windows color (decimal): -505780 or 4999416. OLE color: 4999416.
HSL color Cylindrical-coordinate representation of color #F8484C: hue angle of 358.64º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8484C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 76 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.03 |
| HSL | 358.64º | 0.93% | 0.63% | - |
| HSV(B) | 358.64º | 0.71% | 0.97% | - |
| XYZ | 42.33 | 25.11 | 9.45 | - |
| YUV | 125.08 | 100.31 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 76 | 0 | 0.71 | 0.69 | 0.03 | 358.64 | 0.93 | 0.63 |
| Hex | F8 | 48 | 4C | 0 | 47 | 45 | 3 | 167 | 5D | 3F |
| Octal | 370 | 110 | 114 | 0 | 107 | 105 | 3 | 547 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1001100 | 0 | 1000111 | 1000101 | 11 | 101100111 | 1011101 | 111111 |
Color Harmonies of #F8484C
Complementary color
Monochromatic Colors of #F8484C
Black with #F8484C
Text Example
Text Example
White with #F8484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8484C; }
p { color: rgb(248,72,76); }
H1.HeaderClassName
{
color: #F8484C;
}
.AnyTagClassName
{
color: #F8484C;
}
</style>
background-color css
<style>
a { background-color: #F8484C; }
a { background-color: rgb(248,72,76); }
div.DivClassName
{
background-color: #F8484C;
}
.BgClassName
{
background-color: #F8484C;
}
</style>
border-color css
<style>
span { border-color: #F8484C; }
span { border-color: rgb(248,72,76); }
td.TdClassName
{
border-color: #F8484C;
}
.TagClassName
{
border-color: #F8484C;
}
</style>