Shades of Radical Red #F84D5F
Tints of Radical Red #F84D5F
RGB
CMYK
RGB Variations
Color information
#F84D5F (or 0xF84D5F) is known color: Radical Red. HEX triplet: F8, 4D and 5F. RGB value is (248,77,95). Sum of RGB (Red+Green+Blue) = 248+77+95=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D5F is #07B2A0. Grayscale: #828282. Windows color (decimal): -504481 or 6245880. OLE color: 6245880.
HSL color Cylindrical-coordinate representation of color #F84D5F: hue angle of 353.68º 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 #F84D5F is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 95 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.03 |
| HSL | 353.68º | 0.92% | 0.64% | - |
| HSV(B) | 353.68º | 0.69% | 0.97% | - |
| XYZ | 43.43 | 26.09 | 13.57 | - |
| YUV | 130.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 95 | 0 | 0.69 | 0.62 | 0.03 | 353.68 | 0.92 | 0.64 |
| Hex | F8 | 4D | 5F | 0 | 45 | 3E | 3 | 162 | 5C | 40 |
| Octal | 370 | 115 | 137 | 0 | 105 | 76 | 3 | 542 | 134 | 100 |
| Binary | 11111000 | 1001101 | 1011111 | 0 | 1000101 | 111110 | 11 | 101100010 | 1011100 | 1000000 |
Color Harmonies of #F84D5F
Complementary color
Monochromatic Colors of #F84D5F
Black with #F84D5F
Text Example
Text Example
White with #F84D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D5F; }
p { color: rgb(248,77,95); }
H1.HeaderClassName
{
color: #F84D5F;
}
.AnyTagClassName
{
color: #F84D5F;
}
</style>
background-color css
<style>
a { background-color: #F84D5F; }
a { background-color: rgb(248,77,95); }
div.DivClassName
{
background-color: #F84D5F;
}
.BgClassName
{
background-color: #F84D5F;
}
</style>
border-color css
<style>
span { border-color: #F84D5F; }
span { border-color: rgb(248,77,95); }
td.TdClassName
{
border-color: #F84D5F;
}
.TagClassName
{
border-color: #F84D5F;
}
</style>