Shades of Radical Red #F84366
Tints of Radical Red #F84366
RGB
CMYK
RGB Variations
Color information
#F84366 (or 0xF84366) is known color: Radical Red. HEX triplet: F8, 43 and 66. RGB value is (248,67,102). Sum of RGB (Red+Green+Blue) = 248+67+102=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F84366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84366 is #07BC99. Grayscale: #7D7D7D. Windows color (decimal): -507034 or 6702072. OLE color: 6702072.
HSL color Cylindrical-coordinate representation of color #F84366: hue angle of 348.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 #F84366 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 102 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.03 |
| HSL | 348.4º | 0.93% | 0.62% | - |
| HSV(B) | 348.4º | 0.73% | 0.97% | - |
| XYZ | 43.12 | 24.93 | 15.11 | - |
| YUV | 125.11 | 114.97 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 102 | 0 | 0.73 | 0.59 | 0.03 | 348.4 | 0.93 | 0.62 |
| Hex | F8 | 43 | 66 | 0 | 49 | 3B | 3 | 15C | 5D | 3E |
| Octal | 370 | 103 | 146 | 0 | 111 | 73 | 3 | 534 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1100110 | 0 | 1001001 | 111011 | 11 | 101011100 | 1011101 | 111110 |
Color Harmonies of #F84366
Complementary color
Monochromatic Colors of #F84366
Black with #F84366
Text Example
Text Example
White with #F84366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84366; }
p { color: rgb(248,67,102); }
H1.HeaderClassName
{
color: #F84366;
}
.AnyTagClassName
{
color: #F84366;
}
</style>
background-color css
<style>
a { background-color: #F84366; }
a { background-color: rgb(248,67,102); }
div.DivClassName
{
background-color: #F84366;
}
.BgClassName
{
background-color: #F84366;
}
</style>
border-color css
<style>
span { border-color: #F84366; }
span { border-color: rgb(248,67,102); }
td.TdClassName
{
border-color: #F84366;
}
.TagClassName
{
border-color: #F84366;
}
</style>