Shades of Radical Red #F84169
Tints of Radical Red #F84169
RGB
CMYK
RGB Variations
Color information
#F84169 (or 0xF84169) is known color: Radical Red. HEX triplet: F8, 41 and 69. RGB value is (248,65,105). Sum of RGB (Red+Green+Blue) = 248+65+105=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F84169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84169 is #07BE96. Grayscale: #7C7C7C. Windows color (decimal): -507543 or 6898168. OLE color: 6898168.
HSL color Cylindrical-coordinate representation of color #F84169: hue angle of 346.89º 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 #F84169 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 105 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.03 |
| HSL | 346.89º | 0.93% | 0.61% | - |
| HSV(B) | 346.89º | 0.74% | 0.97% | - |
| XYZ | 43.15 | 24.76 | 15.87 | - |
| YUV | 124.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 105 | 0 | 0.74 | 0.58 | 0.03 | 346.89 | 0.93 | 0.61 |
| Hex | F8 | 41 | 69 | 0 | 4A | 3A | 3 | 15B | 5D | 3D |
| Octal | 370 | 101 | 151 | 0 | 112 | 72 | 3 | 533 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1101001 | 0 | 1001010 | 111010 | 11 | 101011011 | 1011101 | 111101 |
Color Harmonies of #F84169
Complementary color
Monochromatic Colors of #F84169
Black with #F84169
Text Example
Text Example
White with #F84169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84169; }
p { color: rgb(248,65,105); }
H1.HeaderClassName
{
color: #F84169;
}
.AnyTagClassName
{
color: #F84169;
}
</style>
background-color css
<style>
a { background-color: #F84169; }
a { background-color: rgb(248,65,105); }
div.DivClassName
{
background-color: #F84169;
}
.BgClassName
{
background-color: #F84169;
}
</style>
border-color css
<style>
span { border-color: #F84169; }
span { border-color: rgb(248,65,105); }
td.TdClassName
{
border-color: #F84169;
}
.TagClassName
{
border-color: #F84169;
}
</style>