Shades of Coral #F77D4B
Tints of Coral #F77D4B
RGB
CMYK
RGB Variations
Color information
#F77D4B (or 0xF77D4B) is known color: Coral. HEX triplet: F7, 7D and 4B. RGB value is (247,125,75). Sum of RGB (Red+Green+Blue) = 247+125+75=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77D4B is #0882B4. Grayscale: #9C9C9C. Windows color (decimal): -557749 or 4947447. OLE color: 4947447.
HSL color Cylindrical-coordinate representation of color #F77D4B: hue angle of 17.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F77D4B is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 75 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.03 |
| HSL | 17.44º | 0.91% | 0.63% | - |
| HSV(B) | 17.44º | 0.7% | 0.97% | - |
| XYZ | 46.96 | 34.95 | 10.93 | - |
| YUV | 155.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 75 | 0 | 0.49 | 0.70 | 0.03 | 17.44 | 0.91 | 0.63 |
| Hex | F7 | 7D | 4B | 0 | 31 | 46 | 3 | 11 | 5B | 3F |
| Octal | 367 | 175 | 113 | 0 | 61 | 106 | 3 | 21 | 133 | 77 |
| Binary | 11110111 | 1111101 | 1001011 | 0 | 110001 | 1000110 | 11 | 10001 | 1011011 | 111111 |
Color Harmonies of #F77D4B
Complementary color
Monochromatic Colors of #F77D4B
Black with #F77D4B
Text Example
Text Example
White with #F77D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D4B; }
p { color: rgb(247,125,75); }
H1.HeaderClassName
{
color: #F77D4B;
}
.AnyTagClassName
{
color: #F77D4B;
}
</style>
background-color css
<style>
a { background-color: #F77D4B; }
a { background-color: rgb(247,125,75); }
div.DivClassName
{
background-color: #F77D4B;
}
.BgClassName
{
background-color: #F77D4B;
}
</style>
border-color css
<style>
span { border-color: #F77D4B; }
span { border-color: rgb(247,125,75); }
td.TdClassName
{
border-color: #F77D4B;
}
.TagClassName
{
border-color: #F77D4B;
}
</style>