Shades of Coral Red #F8403F
Tints of Coral Red #F8403F
RGB
CMYK
RGB Variations
Color information
#F8403F (or 0xF8403F) is known color: Coral Red. HEX triplet: F8, 40 and 3F. RGB value is (248,64,63). Sum of RGB (Red+Green+Blue) = 248+64+63=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8403F is #07BFC0. Grayscale: #777777. Windows color (decimal): -507841 or 4145400. OLE color: 4145400.
HSL color Cylindrical-coordinate representation of color #F8403F: hue angle of 0.32º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8403F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 63 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.03 |
| HSL | 0.32º | 0.93% | 0.61% | - |
| HSV(B) | 0.32º | 0.75% | 0.97% | - |
| XYZ | 41.44 | 23.98 | 7.15 | - |
| YUV | 118.9 | 96.46 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 63 | 0 | 0.74 | 0.75 | 0.03 | 0.32 | 0.93 | 0.61 |
| Hex | F8 | 40 | 3F | 0 | 4A | 4B | 3 | 0 | 5D | 3D |
| Octal | 370 | 100 | 77 | 0 | 112 | 113 | 3 | 0 | 135 | 75 |
| Binary | 11111000 | 1000000 | 111111 | 0 | 1001010 | 1001011 | 11 | 0 | 1011101 | 111101 |
Color Harmonies of #F8403F
Complementary color
Monochromatic Colors of #F8403F
Black with #F8403F
Text Example
Text Example
White with #F8403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8403F; }
p { color: rgb(248,64,63); }
H1.HeaderClassName
{
color: #F8403F;
}
.AnyTagClassName
{
color: #F8403F;
}
</style>
background-color css
<style>
a { background-color: #F8403F; }
a { background-color: rgb(248,64,63); }
div.DivClassName
{
background-color: #F8403F;
}
.BgClassName
{
background-color: #F8403F;
}
</style>
border-color css
<style>
span { border-color: #F8403F; }
span { border-color: rgb(248,64,63); }
td.TdClassName
{
border-color: #F8403F;
}
.TagClassName
{
border-color: #F8403F;
}
</style>