Shades of Coral Red #F8443F
Tints of Coral Red #F8443F
RGB
CMYK
RGB Variations
Color information
#F8443F (or 0xF8443F) is known color: Coral Red. HEX triplet: F8, 44 and 3F. RGB value is (248,68,63). Sum of RGB (Red+Green+Blue) = 248+68+63=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F8443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8443F is #07BBC0. Grayscale: #797979. Windows color (decimal): -506817 or 4146424. OLE color: 4146424.
HSL color Cylindrical-coordinate representation of color #F8443F: hue angle of 1.62º 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 #F8443F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 63 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.03 |
| HSL | 1.62º | 0.93% | 0.61% | - |
| HSV(B) | 1.62º | 0.75% | 0.97% | - |
| XYZ | 41.68 | 24.45 | 7.23 | - |
| YUV | 121.25 | 95.13 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 63 | 0 | 0.73 | 0.75 | 0.03 | 1.62 | 0.93 | 0.61 |
| Hex | F8 | 44 | 3F | 0 | 49 | 4B | 3 | 2 | 5D | 3D |
| Octal | 370 | 104 | 77 | 0 | 111 | 113 | 3 | 2 | 135 | 75 |
| Binary | 11111000 | 1000100 | 111111 | 0 | 1001001 | 1001011 | 11 | 10 | 1011101 | 111101 |
Color Harmonies of #F8443F
Complementary color
Monochromatic Colors of #F8443F
Black with #F8443F
Text Example
Text Example
White with #F8443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8443F; }
p { color: rgb(248,68,63); }
H1.HeaderClassName
{
color: #F8443F;
}
.AnyTagClassName
{
color: #F8443F;
}
</style>
background-color css
<style>
a { background-color: #F8443F; }
a { background-color: rgb(248,68,63); }
div.DivClassName
{
background-color: #F8443F;
}
.BgClassName
{
background-color: #F8443F;
}
</style>
border-color css
<style>
span { border-color: #F8443F; }
span { border-color: rgb(248,68,63); }
td.TdClassName
{
border-color: #F8443F;
}
.TagClassName
{
border-color: #F8443F;
}
</style>