Shades of Radical Red #F8366A
Tints of Radical Red #F8366A
RGB
CMYK
RGB Variations
Color information
#F8366A (or 0xF8366A) is known color: Radical Red. HEX triplet: F8, 36 and 6A. RGB value is (248,54,106). Sum of RGB (Red+Green+Blue) = 248+54+106=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8366A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8366A is #07C995. Grayscale: #757575. Windows color (decimal): -510358 or 6960888. OLE color: 6960888.
HSL color Cylindrical-coordinate representation of color #F8366A: hue angle of 343.92º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8366A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 106 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.03 |
| HSL | 343.92º | 0.93% | 0.59% | - |
| HSV(B) | 343.92º | 0.78% | 0.97% | - |
| XYZ | 42.63 | 23.64 | 15.95 | - |
| YUV | 117.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 106 | 0 | 0.78 | 0.57 | 0.03 | 343.92 | 0.93 | 0.59 |
| Hex | F8 | 36 | 6A | 0 | 4E | 39 | 3 | 158 | 5D | 3B |
| Octal | 370 | 66 | 152 | 0 | 116 | 71 | 3 | 530 | 135 | 73 |
| Binary | 11111000 | 110110 | 1101010 | 0 | 1001110 | 111001 | 11 | 101011000 | 1011101 | 111011 |
Color Harmonies of #F8366A
Complementary color
Monochromatic Colors of #F8366A
Black with #F8366A
Text Example
Text Example
White with #F8366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8366A; }
p { color: rgb(248,54,106); }
H1.HeaderClassName
{
color: #F8366A;
}
.AnyTagClassName
{
color: #F8366A;
}
</style>
background-color css
<style>
a { background-color: #F8366A; }
a { background-color: rgb(248,54,106); }
div.DivClassName
{
background-color: #F8366A;
}
.BgClassName
{
background-color: #F8366A;
}
</style>
border-color css
<style>
span { border-color: #F8366A; }
span { border-color: rgb(248,54,106); }
td.TdClassName
{
border-color: #F8366A;
}
.TagClassName
{
border-color: #F8366A;
}
</style>