Shades of Radical Red #F8334E
Tints of Radical Red #F8334E
RGB
CMYK
RGB Variations
Color information
#F8334E (or 0xF8334E) is known color: Radical Red. HEX triplet: F8, 33 and 4E. RGB value is (248,51,78). Sum of RGB (Red+Green+Blue) = 248+51+78=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8334E is #07CCB1. Grayscale: #717171. Windows color (decimal): -511154 or 5125112. OLE color: 5125112.
HSL color Cylindrical-coordinate representation of color #F8334E: hue angle of 351.78º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8334E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 78 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.03 |
| HSL | 351.78º | 0.93% | 0.59% | - |
| HSV(B) | 351.78º | 0.79% | 0.97% | - |
| XYZ | 41.27 | 22.87 | 9.45 | - |
| YUV | 112.98 | 108.27 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 78 | 0 | 0.79 | 0.69 | 0.03 | 351.78 | 0.93 | 0.59 |
| Hex | F8 | 33 | 4E | 0 | 4F | 45 | 3 | 160 | 5D | 3B |
| Octal | 370 | 63 | 116 | 0 | 117 | 105 | 3 | 540 | 135 | 73 |
| Binary | 11111000 | 110011 | 1001110 | 0 | 1001111 | 1000101 | 11 | 101100000 | 1011101 | 111011 |
Color Harmonies of #F8334E
Complementary color
Monochromatic Colors of #F8334E
Black with #F8334E
Text Example
Text Example
White with #F8334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8334E; }
p { color: rgb(248,51,78); }
H1.HeaderClassName
{
color: #F8334E;
}
.AnyTagClassName
{
color: #F8334E;
}
</style>
background-color css
<style>
a { background-color: #F8334E; }
a { background-color: rgb(248,51,78); }
div.DivClassName
{
background-color: #F8334E;
}
.BgClassName
{
background-color: #F8334E;
}
</style>
border-color css
<style>
span { border-color: #F8334E; }
span { border-color: rgb(248,51,78); }
td.TdClassName
{
border-color: #F8334E;
}
.TagClassName
{
border-color: #F8334E;
}
</style>