Shades of Coral #F77550
Tints of Coral #F77550
RGB
CMYK
RGB Variations
Color information
#F77550 (or 0xF77550) is known color: Coral. HEX triplet: F7, 75 and 50. RGB value is (247,117,80). Sum of RGB (Red+Green+Blue) = 247+117+80=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F77550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77550 is #088AAF. Grayscale: #979797. Windows color (decimal): -559792 or 5273079. OLE color: 5273079.
HSL color Cylindrical-coordinate representation of color #F77550: hue angle of 13.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F77550 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 80 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.03 |
| HSL | 13.29º | 0.91% | 0.64% | - |
| HSV(B) | 13.29º | 0.68% | 0.97% | - |
| XYZ | 46.17 | 33.08 | 11.54 | - |
| YUV | 151.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 80 | 0 | 0.53 | 0.68 | 0.03 | 13.29 | 0.91 | 0.64 |
| Hex | F7 | 75 | 50 | 0 | 35 | 44 | 3 | D | 5B | 40 |
| Octal | 367 | 165 | 120 | 0 | 65 | 104 | 3 | 15 | 133 | 100 |
| Binary | 11110111 | 1110101 | 1010000 | 0 | 110101 | 1000100 | 11 | 1101 | 1011011 | 1000000 |
Color Harmonies of #F77550
Complementary color
Monochromatic Colors of #F77550
Black with #F77550
Text Example
Text Example
White with #F77550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77550; }
p { color: rgb(247,117,80); }
H1.HeaderClassName
{
color: #F77550;
}
.AnyTagClassName
{
color: #F77550;
}
</style>
background-color css
<style>
a { background-color: #F77550; }
a { background-color: rgb(247,117,80); }
div.DivClassName
{
background-color: #F77550;
}
.BgClassName
{
background-color: #F77550;
}
</style>
border-color css
<style>
span { border-color: #F77550; }
span { border-color: rgb(247,117,80); }
td.TdClassName
{
border-color: #F77550;
}
.TagClassName
{
border-color: #F77550;
}
</style>