Shades of Radical Red #F8384D
Tints of Radical Red #F8384D
RGB
CMYK
RGB Variations
Color information
#F8384D (or 0xF8384D) is known color: Radical Red. HEX triplet: F8, 38 and 4D. RGB value is (248,56,77). Sum of RGB (Red+Green+Blue) = 248+56+77=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8384D is #07C7B2. Grayscale: #737373. Windows color (decimal): -509875 or 5060856. OLE color: 5060856.
HSL color Cylindrical-coordinate representation of color #F8384D: hue angle of 353.44º 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 #F8384D is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 77 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.03 |
| HSL | 353.44º | 0.93% | 0.6% | - |
| HSV(B) | 353.44º | 0.77% | 0.97% | - |
| XYZ | 41.47 | 23.32 | 9.34 | - |
| YUV | 115.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 77 | 0 | 0.77 | 0.69 | 0.03 | 353.44 | 0.93 | 0.6 |
| Hex | F8 | 38 | 4D | 0 | 4D | 45 | 3 | 161 | 5D | 3C |
| Octal | 370 | 70 | 115 | 0 | 115 | 105 | 3 | 541 | 135 | 74 |
| Binary | 11111000 | 111000 | 1001101 | 0 | 1001101 | 1000101 | 11 | 101100001 | 1011101 | 111100 |
Color Harmonies of #F8384D
Complementary color
Monochromatic Colors of #F8384D
Black with #F8384D
Text Example
Text Example
White with #F8384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8384D; }
p { color: rgb(248,56,77); }
H1.HeaderClassName
{
color: #F8384D;
}
.AnyTagClassName
{
color: #F8384D;
}
</style>
background-color css
<style>
a { background-color: #F8384D; }
a { background-color: rgb(248,56,77); }
div.DivClassName
{
background-color: #F8384D;
}
.BgClassName
{
background-color: #F8384D;
}
</style>
border-color css
<style>
span { border-color: #F8384D; }
span { border-color: rgb(248,56,77); }
td.TdClassName
{
border-color: #F8384D;
}
.TagClassName
{
border-color: #F8384D;
}
</style>