Shades of Radical Red #F84D5A
Tints of Radical Red #F84D5A
RGB
CMYK
RGB Variations
Color information
#F84D5A (or 0xF84D5A) is known color: Radical Red. HEX triplet: F8, 4D and 5A. RGB value is (248,77,90). Sum of RGB (Red+Green+Blue) = 248+77+90=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D5A is #07B2A5. Grayscale: #818181. Windows color (decimal): -504486 or 5918200. OLE color: 5918200.
HSL color Cylindrical-coordinate representation of color #F84D5A: hue angle of 355.44º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84D5A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 90 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.03 |
| HSL | 355.44º | 0.92% | 0.64% | - |
| HSV(B) | 355.44º | 0.69% | 0.97% | - |
| XYZ | 43.21 | 26 | 12.41 | - |
| YUV | 129.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 90 | 0 | 0.69 | 0.64 | 0.03 | 355.44 | 0.92 | 0.64 |
| Hex | F8 | 4D | 5A | 0 | 45 | 40 | 3 | 163 | 5C | 40 |
| Octal | 370 | 115 | 132 | 0 | 105 | 100 | 3 | 543 | 134 | 100 |
| Binary | 11111000 | 1001101 | 1011010 | 0 | 1000101 | 1000000 | 11 | 101100011 | 1011100 | 1000000 |
Color Harmonies of #F84D5A
Complementary color
Monochromatic Colors of #F84D5A
Black with #F84D5A
Text Example
Text Example
White with #F84D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D5A; }
p { color: rgb(248,77,90); }
H1.HeaderClassName
{
color: #F84D5A;
}
.AnyTagClassName
{
color: #F84D5A;
}
</style>
background-color css
<style>
a { background-color: #F84D5A; }
a { background-color: rgb(248,77,90); }
div.DivClassName
{
background-color: #F84D5A;
}
.BgClassName
{
background-color: #F84D5A;
}
</style>
border-color css
<style>
span { border-color: #F84D5A; }
span { border-color: rgb(248,77,90); }
td.TdClassName
{
border-color: #F84D5A;
}
.TagClassName
{
border-color: #F84D5A;
}
</style>