Shades of Radical Red #F8344A
Tints of Radical Red #F8344A
RGB
CMYK
RGB Variations
Color information
#F8344A (or 0xF8344A) is known color: Radical Red. HEX triplet: F8, 34 and 4A. RGB value is (248,52,74). Sum of RGB (Red+Green+Blue) = 248+52+74=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8344A is #07CBB5. Grayscale: #717171. Windows color (decimal): -510902 or 4863224. OLE color: 4863224.
HSL color Cylindrical-coordinate representation of color #F8344A: hue angle of 353.27º 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 #F8344A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 74 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.03 |
| HSL | 353.27º | 0.93% | 0.59% | - |
| HSV(B) | 353.27º | 0.79% | 0.97% | - |
| XYZ | 41.18 | 22.91 | 8.73 | - |
| YUV | 113.11 | 105.93 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 74 | 0 | 0.79 | 0.70 | 0.03 | 353.27 | 0.93 | 0.59 |
| Hex | F8 | 34 | 4A | 0 | 4F | 46 | 3 | 161 | 5D | 3B |
| Octal | 370 | 64 | 112 | 0 | 117 | 106 | 3 | 541 | 135 | 73 |
| Binary | 11111000 | 110100 | 1001010 | 0 | 1001111 | 1000110 | 11 | 101100001 | 1011101 | 111011 |
Color Harmonies of #F8344A
Complementary color
Monochromatic Colors of #F8344A
Black with #F8344A
Text Example
Text Example
White with #F8344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8344A; }
p { color: rgb(248,52,74); }
H1.HeaderClassName
{
color: #F8344A;
}
.AnyTagClassName
{
color: #F8344A;
}
</style>
background-color css
<style>
a { background-color: #F8344A; }
a { background-color: rgb(248,52,74); }
div.DivClassName
{
background-color: #F8344A;
}
.BgClassName
{
background-color: #F8344A;
}
</style>
border-color css
<style>
span { border-color: #F8344A; }
span { border-color: rgb(248,52,74); }
td.TdClassName
{
border-color: #F8344A;
}
.TagClassName
{
border-color: #F8344A;
}
</style>