Shades of Coral Red #F8423D
Tints of Coral Red #F8423D
RGB
CMYK
RGB Variations
Color information
#F8423D (or 0xF8423D) is known color: Coral Red. HEX triplet: F8, 42 and 3D. RGB value is (248,66,61). Sum of RGB (Red+Green+Blue) = 248+66+61=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8423D is #07BDC2. Grayscale: #787878. Windows color (decimal): -507331 or 4014840. OLE color: 4014840.
HSL color Cylindrical-coordinate representation of color #F8423D: hue angle of 1.6º 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 #F8423D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 61 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.03 |
| HSL | 1.6º | 0.93% | 0.61% | - |
| HSV(B) | 1.6º | 0.75% | 0.97% | - |
| XYZ | 41.5 | 24.19 | 6.9 | - |
| YUV | 119.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 61 | 0 | 0.73 | 0.75 | 0.03 | 1.6 | 0.93 | 0.61 |
| Hex | F8 | 42 | 3D | 0 | 49 | 4B | 3 | 2 | 5D | 3D |
| Octal | 370 | 102 | 75 | 0 | 111 | 113 | 3 | 2 | 135 | 75 |
| Binary | 11111000 | 1000010 | 111101 | 0 | 1001001 | 1001011 | 11 | 10 | 1011101 | 111101 |
Color Harmonies of #F8423D
Complementary color
Monochromatic Colors of #F8423D
Black with #F8423D
Text Example
Text Example
White with #F8423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8423D; }
p { color: rgb(248,66,61); }
H1.HeaderClassName
{
color: #F8423D;
}
.AnyTagClassName
{
color: #F8423D;
}
</style>
background-color css
<style>
a { background-color: #F8423D; }
a { background-color: rgb(248,66,61); }
div.DivClassName
{
background-color: #F8423D;
}
.BgClassName
{
background-color: #F8423D;
}
</style>
border-color css
<style>
span { border-color: #F8423D; }
span { border-color: rgb(248,66,61); }
td.TdClassName
{
border-color: #F8423D;
}
.TagClassName
{
border-color: #F8423D;
}
</style>