Shades of Radical Red #F84F5D
Tints of Radical Red #F84F5D
RGB
CMYK
RGB Variations
Color information
#F84F5D (or 0xF84F5D) is known color: Radical Red. HEX triplet: F8, 4F and 5D. RGB value is (248,79,93). Sum of RGB (Red+Green+Blue) = 248+79+93=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84F5D is #07B0A2. Grayscale: #838383. Windows color (decimal): -503971 or 6115320. OLE color: 6115320.
HSL color Cylindrical-coordinate representation of color #F84F5D: hue angle of 355.03º 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 #F84F5D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 93 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.03 |
| HSL | 355.03º | 0.92% | 0.64% | - |
| HSV(B) | 355.03º | 0.68% | 0.97% | - |
| XYZ | 43.48 | 26.34 | 13.15 | - |
| YUV | 131.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 93 | 0 | 0.68 | 0.62 | 0.03 | 355.03 | 0.92 | 0.64 |
| Hex | F8 | 4F | 5D | 0 | 44 | 3E | 3 | 163 | 5C | 40 |
| Octal | 370 | 117 | 135 | 0 | 104 | 76 | 3 | 543 | 134 | 100 |
| Binary | 11111000 | 1001111 | 1011101 | 0 | 1000100 | 111110 | 11 | 101100011 | 1011100 | 1000000 |
Color Harmonies of #F84F5D
Complementary color
Monochromatic Colors of #F84F5D
Black with #F84F5D
Text Example
Text Example
White with #F84F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F5D; }
p { color: rgb(248,79,93); }
H1.HeaderClassName
{
color: #F84F5D;
}
.AnyTagClassName
{
color: #F84F5D;
}
</style>
background-color css
<style>
a { background-color: #F84F5D; }
a { background-color: rgb(248,79,93); }
div.DivClassName
{
background-color: #F84F5D;
}
.BgClassName
{
background-color: #F84F5D;
}
</style>
border-color css
<style>
span { border-color: #F84F5D; }
span { border-color: rgb(248,79,93); }
td.TdClassName
{
border-color: #F84F5D;
}
.TagClassName
{
border-color: #F84F5D;
}
</style>