Shades of Radical Red #F84168
Tints of Radical Red #F84168
RGB
CMYK
RGB Variations
Color information
#F84168 (or 0xF84168) is known color: Radical Red. HEX triplet: F8, 41 and 68. RGB value is (248,65,104). Sum of RGB (Red+Green+Blue) = 248+65+104=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F84168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84168 is #07BE97. Grayscale: #7C7C7C. Windows color (decimal): -507544 or 6832632. OLE color: 6832632.
HSL color Cylindrical-coordinate representation of color #F84168: hue angle of 347.21º 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 #F84168 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 104 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.03 |
| HSL | 347.21º | 0.93% | 0.61% | - |
| HSV(B) | 347.21º | 0.74% | 0.97% | - |
| XYZ | 43.1 | 24.74 | 15.6 | - |
| YUV | 124.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 104 | 0 | 0.74 | 0.58 | 0.03 | 347.21 | 0.93 | 0.61 |
| Hex | F8 | 41 | 68 | 0 | 4A | 3A | 3 | 15B | 5D | 3D |
| Octal | 370 | 101 | 150 | 0 | 112 | 72 | 3 | 533 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1101000 | 0 | 1001010 | 111010 | 11 | 101011011 | 1011101 | 111101 |
Color Harmonies of #F84168
Complementary color
Monochromatic Colors of #F84168
Black with #F84168
Text Example
Text Example
White with #F84168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84168; }
p { color: rgb(248,65,104); }
H1.HeaderClassName
{
color: #F84168;
}
.AnyTagClassName
{
color: #F84168;
}
</style>
background-color css
<style>
a { background-color: #F84168; }
a { background-color: rgb(248,65,104); }
div.DivClassName
{
background-color: #F84168;
}
.BgClassName
{
background-color: #F84168;
}
</style>
border-color css
<style>
span { border-color: #F84168; }
span { border-color: rgb(248,65,104); }
td.TdClassName
{
border-color: #F84168;
}
.TagClassName
{
border-color: #F84168;
}
</style>