Shades of Radical Red #F8464C
Tints of Radical Red #F8464C
RGB
CMYK
RGB Variations
Color information
#F8464C (or 0xF8464C) is known color: Radical Red. HEX triplet: F8, 46 and 4C. RGB value is (248,70,76). Sum of RGB (Red+Green+Blue) = 248+70+76=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8464C is #07B9B3. Grayscale: #7C7C7C. Windows color (decimal): -506292 or 4998904. OLE color: 4998904.
HSL color Cylindrical-coordinate representation of color #F8464C: hue angle of 357.98º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8464C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 76 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.03 |
| HSL | 357.98º | 0.93% | 0.62% | - |
| HSV(B) | 357.98º | 0.72% | 0.97% | - |
| XYZ | 42.21 | 24.86 | 9.41 | - |
| YUV | 123.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 76 | 0 | 0.72 | 0.69 | 0.03 | 357.98 | 0.93 | 0.62 |
| Hex | F8 | 46 | 4C | 0 | 48 | 45 | 3 | 166 | 5D | 3E |
| Octal | 370 | 106 | 114 | 0 | 110 | 105 | 3 | 546 | 135 | 76 |
| Binary | 11111000 | 1000110 | 1001100 | 0 | 1001000 | 1000101 | 11 | 101100110 | 1011101 | 111110 |
Color Harmonies of #F8464C
Complementary color
Monochromatic Colors of #F8464C
Black with #F8464C
Text Example
Text Example
White with #F8464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8464C; }
p { color: rgb(248,70,76); }
H1.HeaderClassName
{
color: #F8464C;
}
.AnyTagClassName
{
color: #F8464C;
}
</style>
background-color css
<style>
a { background-color: #F8464C; }
a { background-color: rgb(248,70,76); }
div.DivClassName
{
background-color: #F8464C;
}
.BgClassName
{
background-color: #F8464C;
}
</style>
border-color css
<style>
span { border-color: #F8464C; }
span { border-color: rgb(248,70,76); }
td.TdClassName
{
border-color: #F8464C;
}
.TagClassName
{
border-color: #F8464C;
}
</style>