Shades of Coral Red #F8423F
Tints of Coral Red #F8423F
RGB
CMYK
RGB Variations
Color information
#F8423F (or 0xF8423F) is known color: Coral Red. HEX triplet: F8, 42 and 3F. RGB value is (248,66,63). Sum of RGB (Red+Green+Blue) = 248+66+63=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8423F is #07BDC0. Grayscale: #787878. Windows color (decimal): -507329 or 4145912. OLE color: 4145912.
HSL color Cylindrical-coordinate representation of color #F8423F: hue angle of 0.97º 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 #F8423F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 63 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.03 |
| HSL | 0.97º | 0.93% | 0.61% | - |
| HSV(B) | 0.97º | 0.75% | 0.97% | - |
| XYZ | 41.56 | 24.21 | 7.19 | - |
| YUV | 120.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 63 | 0 | 0.73 | 0.75 | 0.03 | 0.97 | 0.93 | 0.61 |
| Hex | F8 | 42 | 3F | 0 | 49 | 4B | 3 | 1 | 5D | 3D |
| Octal | 370 | 102 | 77 | 0 | 111 | 113 | 3 | 1 | 135 | 75 |
| Binary | 11111000 | 1000010 | 111111 | 0 | 1001001 | 1001011 | 11 | 1 | 1011101 | 111101 |
Color Harmonies of #F8423F
Complementary color
Monochromatic Colors of #F8423F
Black with #F8423F
Text Example
Text Example
White with #F8423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8423F; }
p { color: rgb(248,66,63); }
H1.HeaderClassName
{
color: #F8423F;
}
.AnyTagClassName
{
color: #F8423F;
}
</style>
background-color css
<style>
a { background-color: #F8423F; }
a { background-color: rgb(248,66,63); }
div.DivClassName
{
background-color: #F8423F;
}
.BgClassName
{
background-color: #F8423F;
}
</style>
border-color css
<style>
span { border-color: #F8423F; }
span { border-color: rgb(248,66,63); }
td.TdClassName
{
border-color: #F8423F;
}
.TagClassName
{
border-color: #F8423F;
}
</style>