Shades of Radical Red #F84369
Tints of Radical Red #F84369
RGB
CMYK
RGB Variations
Color information
#F84369 (or 0xF84369) is known color: Radical Red. HEX triplet: F8, 43 and 69. RGB value is (248,67,105). Sum of RGB (Red+Green+Blue) = 248+67+105=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F84369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84369 is #07BC96. Grayscale: #7D7D7D. Windows color (decimal): -507031 or 6898680. OLE color: 6898680.
HSL color Cylindrical-coordinate representation of color #F84369: hue angle of 347.4º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84369 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 105 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.03 |
| HSL | 347.4º | 0.93% | 0.62% | - |
| HSV(B) | 347.4º | 0.73% | 0.97% | - |
| XYZ | 43.27 | 24.99 | 15.91 | - |
| YUV | 125.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 105 | 0 | 0.73 | 0.58 | 0.03 | 347.4 | 0.93 | 0.62 |
| Hex | F8 | 43 | 69 | 0 | 49 | 3A | 3 | 15B | 5D | 3E |
| Octal | 370 | 103 | 151 | 0 | 111 | 72 | 3 | 533 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1101001 | 0 | 1001001 | 111010 | 11 | 101011011 | 1011101 | 111110 |
Color Harmonies of #F84369
Complementary color
Monochromatic Colors of #F84369
Black with #F84369
Text Example
Text Example
White with #F84369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84369; }
p { color: rgb(248,67,105); }
H1.HeaderClassName
{
color: #F84369;
}
.AnyTagClassName
{
color: #F84369;
}
</style>
background-color css
<style>
a { background-color: #F84369; }
a { background-color: rgb(248,67,105); }
div.DivClassName
{
background-color: #F84369;
}
.BgClassName
{
background-color: #F84369;
}
</style>
border-color css
<style>
span { border-color: #F84369; }
span { border-color: rgb(248,67,105); }
td.TdClassName
{
border-color: #F84369;
}
.TagClassName
{
border-color: #F84369;
}
</style>