Shades of Coral #F68047
Tints of Coral #F68047
RGB
CMYK
RGB Variations
Color information
#F68047 (or 0xF68047) is known color: Coral. HEX triplet: F6, 80 and 47. RGB value is (246,128,71). Sum of RGB (Red+Green+Blue) = 246+128+71=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F68047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68047 is #097FB8. Grayscale: #9D9D9D. Windows color (decimal): -622521 or 4686070. OLE color: 4686070.
HSL color Cylindrical-coordinate representation of color #F68047: hue angle of 19.54º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F68047 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 71 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.04 |
| HSL | 19.54º | 0.91% | 0.62% | - |
| HSV(B) | 19.54º | 0.71% | 0.96% | - |
| XYZ | 46.86 | 35.49 | 10.34 | - |
| YUV | 156.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 71 | 0 | 0.48 | 0.71 | 0.04 | 19.54 | 0.91 | 0.62 |
| Hex | F6 | 80 | 47 | 0 | 30 | 47 | 4 | 14 | 5B | 3E |
| Octal | 366 | 200 | 107 | 0 | 60 | 107 | 4 | 24 | 133 | 76 |
| Binary | 11110110 | 10000000 | 1000111 | 0 | 110000 | 1000111 | 100 | 10100 | 1011011 | 111110 |
Color Harmonies of #F68047
Complementary color
Monochromatic Colors of #F68047
Black with #F68047
Text Example
Text Example
White with #F68047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68047; }
p { color: rgb(246,128,71); }
H1.HeaderClassName
{
color: #F68047;
}
.AnyTagClassName
{
color: #F68047;
}
</style>
background-color css
<style>
a { background-color: #F68047; }
a { background-color: rgb(246,128,71); }
div.DivClassName
{
background-color: #F68047;
}
.BgClassName
{
background-color: #F68047;
}
</style>
border-color css
<style>
span { border-color: #F68047; }
span { border-color: rgb(246,128,71); }
td.TdClassName
{
border-color: #F68047;
}
.TagClassName
{
border-color: #F68047;
}
</style>