Shades of Radical Red #F8385A
Tints of Radical Red #F8385A
RGB
CMYK
RGB Variations
Color information
#F8385A (or 0xF8385A) is known color: Radical Red. HEX triplet: F8, 38 and 5A. RGB value is (248,56,90). Sum of RGB (Red+Green+Blue) = 248+56+90=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8385A is #07C7A5. Grayscale: #757575. Windows color (decimal): -509862 or 5912824. OLE color: 5912824.
HSL color Cylindrical-coordinate representation of color #F8385A: hue angle of 349.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8385A is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 90 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.03 |
| HSL | 349.38º | 0.93% | 0.6% | - |
| HSV(B) | 349.38º | 0.77% | 0.97% | - |
| XYZ | 41.97 | 23.52 | 12 | - |
| YUV | 117.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 90 | 0 | 0.77 | 0.64 | 0.03 | 349.38 | 0.93 | 0.6 |
| Hex | F8 | 38 | 5A | 0 | 4D | 40 | 3 | 15D | 5D | 3C |
| Octal | 370 | 70 | 132 | 0 | 115 | 100 | 3 | 535 | 135 | 74 |
| Binary | 11111000 | 111000 | 1011010 | 0 | 1001101 | 1000000 | 11 | 101011101 | 1011101 | 111100 |
Color Harmonies of #F8385A
Complementary color
Monochromatic Colors of #F8385A
Black with #F8385A
Text Example
Text Example
White with #F8385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8385A; }
p { color: rgb(248,56,90); }
H1.HeaderClassName
{
color: #F8385A;
}
.AnyTagClassName
{
color: #F8385A;
}
</style>
background-color css
<style>
a { background-color: #F8385A; }
a { background-color: rgb(248,56,90); }
div.DivClassName
{
background-color: #F8385A;
}
.BgClassName
{
background-color: #F8385A;
}
</style>
border-color css
<style>
span { border-color: #F8385A; }
span { border-color: rgb(248,56,90); }
td.TdClassName
{
border-color: #F8385A;
}
.TagClassName
{
border-color: #F8385A;
}
</style>