Shades of Radical Red #F8374D
Tints of Radical Red #F8374D
RGB
CMYK
RGB Variations
Color information
#F8374D (or 0xF8374D) is known color: Radical Red. HEX triplet: F8, 37 and 4D. RGB value is (248,55,77). Sum of RGB (Red+Green+Blue) = 248+55+77=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8374D is #07C8B2. Grayscale: #737373. Windows color (decimal): -510131 or 5060600. OLE color: 5060600.
HSL color Cylindrical-coordinate representation of color #F8374D: hue angle of 353.16º 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 #F8374D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 77 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.03 |
| HSL | 353.16º | 0.93% | 0.59% | - |
| HSV(B) | 353.16º | 0.78% | 0.97% | - |
| XYZ | 41.42 | 23.22 | 9.32 | - |
| YUV | 115.22 | 106.44 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 77 | 0 | 0.78 | 0.69 | 0.03 | 353.16 | 0.93 | 0.59 |
| Hex | F8 | 37 | 4D | 0 | 4E | 45 | 3 | 161 | 5D | 3B |
| Octal | 370 | 67 | 115 | 0 | 116 | 105 | 3 | 541 | 135 | 73 |
| Binary | 11111000 | 110111 | 1001101 | 0 | 1001110 | 1000101 | 11 | 101100001 | 1011101 | 111011 |
Color Harmonies of #F8374D
Complementary color
Monochromatic Colors of #F8374D
Black with #F8374D
Text Example
Text Example
White with #F8374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8374D; }
p { color: rgb(248,55,77); }
H1.HeaderClassName
{
color: #F8374D;
}
.AnyTagClassName
{
color: #F8374D;
}
</style>
background-color css
<style>
a { background-color: #F8374D; }
a { background-color: rgb(248,55,77); }
div.DivClassName
{
background-color: #F8374D;
}
.BgClassName
{
background-color: #F8374D;
}
</style>
border-color css
<style>
span { border-color: #F8374D; }
span { border-color: rgb(248,55,77); }
td.TdClassName
{
border-color: #F8374D;
}
.TagClassName
{
border-color: #F8374D;
}
</style>