Shades of Radical Red #F84B4E
Tints of Radical Red #F84B4E
RGB
CMYK
RGB Variations
Color information
#F84B4E (or 0xF84B4E) is known color: Radical Red. HEX triplet: F8, 4B and 4E. RGB value is (248,75,78). Sum of RGB (Red+Green+Blue) = 248+75+78=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84B4E is #07B4B1. Grayscale: #7F7F7F. Windows color (decimal): -505010 or 5131256. OLE color: 5131256.
HSL color Cylindrical-coordinate representation of color #F84B4E: hue angle of 358.96º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84B4E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 78 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.03 |
| HSL | 358.96º | 0.93% | 0.63% | - |
| HSV(B) | 358.96º | 0.7% | 0.97% | - |
| XYZ | 42.6 | 25.54 | 9.89 | - |
| YUV | 127.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 78 | 0 | 0.70 | 0.69 | 0.03 | 358.96 | 0.93 | 0.63 |
| Hex | F8 | 4B | 4E | 0 | 46 | 45 | 3 | 167 | 5D | 3F |
| Octal | 370 | 113 | 116 | 0 | 106 | 105 | 3 | 547 | 135 | 77 |
| Binary | 11111000 | 1001011 | 1001110 | 0 | 1000110 | 1000101 | 11 | 101100111 | 1011101 | 111111 |
Color Harmonies of #F84B4E
Complementary color
Monochromatic Colors of #F84B4E
Black with #F84B4E
Text Example
Text Example
White with #F84B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84B4E; }
p { color: rgb(248,75,78); }
H1.HeaderClassName
{
color: #F84B4E;
}
.AnyTagClassName
{
color: #F84B4E;
}
</style>
background-color css
<style>
a { background-color: #F84B4E; }
a { background-color: rgb(248,75,78); }
div.DivClassName
{
background-color: #F84B4E;
}
.BgClassName
{
background-color: #F84B4E;
}
</style>
border-color css
<style>
span { border-color: #F84B4E; }
span { border-color: rgb(248,75,78); }
td.TdClassName
{
border-color: #F84B4E;
}
.TagClassName
{
border-color: #F84B4E;
}
</style>