Shades of Radical Red #F8375C
Tints of Radical Red #F8375C
RGB
CMYK
RGB Variations
Color information
#F8375C (or 0xF8375C) is known color: Radical Red. HEX triplet: F8, 37 and 5C. RGB value is (248,55,92). Sum of RGB (Red+Green+Blue) = 248+55+92=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8375C is #07C8A3. Grayscale: #747474. Windows color (decimal): -510116 or 6043640. OLE color: 6043640.
HSL color Cylindrical-coordinate representation of color #F8375C: hue angle of 348.5º 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 #F8375C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 92 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.03 |
| HSL | 348.5º | 0.93% | 0.59% | - |
| HSV(B) | 348.5º | 0.78% | 0.97% | - |
| XYZ | 42.01 | 23.46 | 12.44 | - |
| YUV | 116.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 92 | 0 | 0.78 | 0.63 | 0.03 | 348.5 | 0.93 | 0.59 |
| Hex | F8 | 37 | 5C | 0 | 4E | 3F | 3 | 15C | 5D | 3B |
| Octal | 370 | 67 | 134 | 0 | 116 | 77 | 3 | 534 | 135 | 73 |
| Binary | 11111000 | 110111 | 1011100 | 0 | 1001110 | 111111 | 11 | 101011100 | 1011101 | 111011 |
Color Harmonies of #F8375C
Complementary color
Monochromatic Colors of #F8375C
Black with #F8375C
Text Example
Text Example
White with #F8375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8375C; }
p { color: rgb(248,55,92); }
H1.HeaderClassName
{
color: #F8375C;
}
.AnyTagClassName
{
color: #F8375C;
}
</style>
background-color css
<style>
a { background-color: #F8375C; }
a { background-color: rgb(248,55,92); }
div.DivClassName
{
background-color: #F8375C;
}
.BgClassName
{
background-color: #F8375C;
}
</style>
border-color css
<style>
span { border-color: #F8375C; }
span { border-color: rgb(248,55,92); }
td.TdClassName
{
border-color: #F8375C;
}
.TagClassName
{
border-color: #F8375C;
}
</style>