Shades of Radical Red #F8376B
Tints of Radical Red #F8376B
RGB
CMYK
RGB Variations
Color information
#F8376B (or 0xF8376B) is known color: Radical Red. HEX triplet: F8, 37 and 6B. RGB value is (248,55,107). Sum of RGB (Red+Green+Blue) = 248+55+107=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8376B is #07C894. Grayscale: #767676. Windows color (decimal): -510101 or 7026680. OLE color: 7026680.
HSL color Cylindrical-coordinate representation of color #F8376B: hue angle of 343.83º 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 #F8376B is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 107 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.03 |
| HSL | 343.83º | 0.93% | 0.59% | - |
| HSV(B) | 343.83º | 0.78% | 0.97% | - |
| XYZ | 42.73 | 23.75 | 16.24 | - |
| YUV | 118.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 107 | 0 | 0.78 | 0.57 | 0.03 | 343.83 | 0.93 | 0.59 |
| Hex | F8 | 37 | 6B | 0 | 4E | 39 | 3 | 158 | 5D | 3B |
| Octal | 370 | 67 | 153 | 0 | 116 | 71 | 3 | 530 | 135 | 73 |
| Binary | 11111000 | 110111 | 1101011 | 0 | 1001110 | 111001 | 11 | 101011000 | 1011101 | 111011 |
Color Harmonies of #F8376B
Complementary color
Monochromatic Colors of #F8376B
Black with #F8376B
Text Example
Text Example
White with #F8376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8376B; }
p { color: rgb(248,55,107); }
H1.HeaderClassName
{
color: #F8376B;
}
.AnyTagClassName
{
color: #F8376B;
}
</style>
background-color css
<style>
a { background-color: #F8376B; }
a { background-color: rgb(248,55,107); }
div.DivClassName
{
background-color: #F8376B;
}
.BgClassName
{
background-color: #F8376B;
}
</style>
border-color css
<style>
span { border-color: #F8376B; }
span { border-color: rgb(248,55,107); }
td.TdClassName
{
border-color: #F8376B;
}
.TagClassName
{
border-color: #F8376B;
}
</style>