Shades of Radical Red #F84F5E
Tints of Radical Red #F84F5E
RGB
CMYK
RGB Variations
Color information
#F84F5E (or 0xF84F5E) is known color: Radical Red. HEX triplet: F8, 4F and 5E. RGB value is (248,79,94). Sum of RGB (Red+Green+Blue) = 248+79+94=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84F5E is #07B0A1. Grayscale: #838383. Windows color (decimal): -503970 or 6180856. OLE color: 6180856.
HSL color Cylindrical-coordinate representation of color #F84F5E: hue angle of 354.67º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84F5E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 94 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.03 |
| HSL | 354.67º | 0.92% | 0.64% | - |
| HSV(B) | 354.67º | 0.68% | 0.97% | - |
| XYZ | 43.53 | 26.36 | 13.38 | - |
| YUV | 131.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 94 | 0 | 0.68 | 0.62 | 0.03 | 354.67 | 0.92 | 0.64 |
| Hex | F8 | 4F | 5E | 0 | 44 | 3E | 3 | 163 | 5C | 40 |
| Octal | 370 | 117 | 136 | 0 | 104 | 76 | 3 | 543 | 134 | 100 |
| Binary | 11111000 | 1001111 | 1011110 | 0 | 1000100 | 111110 | 11 | 101100011 | 1011100 | 1000000 |
Color Harmonies of #F84F5E
Complementary color
Monochromatic Colors of #F84F5E
Black with #F84F5E
Text Example
Text Example
White with #F84F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F5E; }
p { color: rgb(248,79,94); }
H1.HeaderClassName
{
color: #F84F5E;
}
.AnyTagClassName
{
color: #F84F5E;
}
</style>
background-color css
<style>
a { background-color: #F84F5E; }
a { background-color: rgb(248,79,94); }
div.DivClassName
{
background-color: #F84F5E;
}
.BgClassName
{
background-color: #F84F5E;
}
</style>
border-color css
<style>
span { border-color: #F84F5E; }
span { border-color: rgb(248,79,94); }
td.TdClassName
{
border-color: #F84F5E;
}
.TagClassName
{
border-color: #F84F5E;
}
</style>