Shades of Radical Red #F8474C
Tints of Radical Red #F8474C
RGB
CMYK
RGB Variations
Color information
#F8474C (or 0xF8474C) is known color: Radical Red. HEX triplet: F8, 47 and 4C. RGB value is (248,71,76). Sum of RGB (Red+Green+Blue) = 248+71+76=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8474C is #07B8B3. Grayscale: #7C7C7C. Windows color (decimal): -506036 or 4999160. OLE color: 4999160.
HSL color Cylindrical-coordinate representation of color #F8474C: hue angle of 358.31º 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 #F8474C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 76 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.03 |
| HSL | 358.31º | 0.93% | 0.63% | - |
| HSV(B) | 358.31º | 0.71% | 0.97% | - |
| XYZ | 42.27 | 24.98 | 9.43 | - |
| YUV | 124.49 | 100.64 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 76 | 0 | 0.71 | 0.69 | 0.03 | 358.31 | 0.93 | 0.63 |
| Hex | F8 | 47 | 4C | 0 | 47 | 45 | 3 | 166 | 5D | 3F |
| Octal | 370 | 107 | 114 | 0 | 107 | 105 | 3 | 546 | 135 | 77 |
| Binary | 11111000 | 1000111 | 1001100 | 0 | 1000111 | 1000101 | 11 | 101100110 | 1011101 | 111111 |
Color Harmonies of #F8474C
Complementary color
Monochromatic Colors of #F8474C
Black with #F8474C
Text Example
Text Example
White with #F8474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8474C; }
p { color: rgb(248,71,76); }
H1.HeaderClassName
{
color: #F8474C;
}
.AnyTagClassName
{
color: #F8474C;
}
</style>
background-color css
<style>
a { background-color: #F8474C; }
a { background-color: rgb(248,71,76); }
div.DivClassName
{
background-color: #F8474C;
}
.BgClassName
{
background-color: #F8474C;
}
</style>
border-color css
<style>
span { border-color: #F8474C; }
span { border-color: rgb(248,71,76); }
td.TdClassName
{
border-color: #F8474C;
}
.TagClassName
{
border-color: #F8474C;
}
</style>