Shades of Radical Red #F8375A
Tints of Radical Red #F8375A
RGB
CMYK
RGB Variations
Color information
#F8375A (or 0xF8375A) is known color: Radical Red. HEX triplet: F8, 37 and 5A. RGB value is (248,55,90). Sum of RGB (Red+Green+Blue) = 248+55+90=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8375A is #07C8A5. Grayscale: #747474. Windows color (decimal): -510118 or 5912568. OLE color: 5912568.
HSL color Cylindrical-coordinate representation of color #F8375A: hue angle of 349.12º 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 #F8375A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 90 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.03 |
| HSL | 349.12º | 0.93% | 0.59% | - |
| HSV(B) | 349.12º | 0.78% | 0.97% | - |
| XYZ | 41.92 | 23.43 | 11.99 | - |
| YUV | 116.7 | 112.94 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 90 | 0 | 0.78 | 0.64 | 0.03 | 349.12 | 0.93 | 0.59 |
| Hex | F8 | 37 | 5A | 0 | 4E | 40 | 3 | 15D | 5D | 3B |
| Octal | 370 | 67 | 132 | 0 | 116 | 100 | 3 | 535 | 135 | 73 |
| Binary | 11111000 | 110111 | 1011010 | 0 | 1001110 | 1000000 | 11 | 101011101 | 1011101 | 111011 |
Color Harmonies of #F8375A
Complementary color
Monochromatic Colors of #F8375A
Black with #F8375A
Text Example
Text Example
White with #F8375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8375A; }
p { color: rgb(248,55,90); }
H1.HeaderClassName
{
color: #F8375A;
}
.AnyTagClassName
{
color: #F8375A;
}
</style>
background-color css
<style>
a { background-color: #F8375A; }
a { background-color: rgb(248,55,90); }
div.DivClassName
{
background-color: #F8375A;
}
.BgClassName
{
background-color: #F8375A;
}
</style>
border-color css
<style>
span { border-color: #F8375A; }
span { border-color: rgb(248,55,90); }
td.TdClassName
{
border-color: #F8375A;
}
.TagClassName
{
border-color: #F8375A;
}
</style>