Shades of Radical Red #F84170
Tints of Radical Red #F84170
RGB
CMYK
RGB Variations
Color information
#F84170 (or 0xF84170) is known color: Radical Red. HEX triplet: F8, 41 and 70. RGB value is (248,65,112). Sum of RGB (Red+Green+Blue) = 248+65+112=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F84170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84170 is #07BE8F. Grayscale: #7D7D7D. Windows color (decimal): -507536 or 7356920. OLE color: 7356920.
HSL color Cylindrical-coordinate representation of color #F84170: hue angle of 344.59º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84170 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 112 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.03 |
| HSL | 344.59º | 0.93% | 0.61% | - |
| HSV(B) | 344.59º | 0.74% | 0.97% | - |
| XYZ | 43.53 | 24.91 | 17.84 | - |
| YUV | 125.08 | 120.63 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 112 | 0 | 0.74 | 0.55 | 0.03 | 344.59 | 0.93 | 0.61 |
| Hex | F8 | 41 | 70 | 0 | 4A | 37 | 3 | 159 | 5D | 3D |
| Octal | 370 | 101 | 160 | 0 | 112 | 67 | 3 | 531 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1110000 | 0 | 1001010 | 110111 | 11 | 101011001 | 1011101 | 111101 |
Color Harmonies of #F84170
Complementary color
Monochromatic Colors of #F84170
Black with #F84170
Text Example
Text Example
White with #F84170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84170; }
p { color: rgb(248,65,112); }
H1.HeaderClassName
{
color: #F84170;
}
.AnyTagClassName
{
color: #F84170;
}
</style>
background-color css
<style>
a { background-color: #F84170; }
a { background-color: rgb(248,65,112); }
div.DivClassName
{
background-color: #F84170;
}
.BgClassName
{
background-color: #F84170;
}
</style>
border-color css
<style>
span { border-color: #F84170; }
span { border-color: rgb(248,65,112); }
td.TdClassName
{
border-color: #F84170;
}
.TagClassName
{
border-color: #F84170;
}
</style>