Shades of Coral #FF7748
Tints of Coral #FF7748
RGB
CMYK
RGB Variations
Color information
#FF7748 (or 0xFF7748) is known color: Coral. HEX triplet: FF, 77 and 48. RGB value is (255,119,72). Sum of RGB (Red+Green+Blue) = 255+119+72=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7748 is #0088B7. Grayscale: #9A9A9A. Windows color (decimal): -35000 or 4749311. OLE color: 4749311.
HSL color Cylindrical-coordinate representation of color #FF7748: hue angle of 15.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF7748 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 72 | - |
| CMYK | 0 | 0.53 | 0.72 | 0 |
| HSL | 15.41º | 1% | 0.64% | - |
| HSV(B) | 15.41º | 0.72% | 1% | - |
| XYZ | 49.01 | 34.92 | 10.29 | - |
| YUV | 154.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 72 | 0 | 0.53 | 0.72 | 0 | 15.41 | 1 | 0.64 |
| Hex | FF | 77 | 48 | 0 | 35 | 48 | 0 | F | 64 | 40 |
| Octal | 377 | 167 | 110 | 0 | 65 | 110 | 0 | 17 | 144 | 100 |
| Binary | 11111111 | 1110111 | 1001000 | 0 | 110101 | 1001000 | 0 | 1111 | 1100100 | 1000000 |
Color Harmonies of #FF7748
Complementary color
Monochromatic Colors of #FF7748
Black with #FF7748
Text Example
Text Example
White with #FF7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7748; }
p { color: rgb(255,119,72); }
H1.HeaderClassName
{
color: #FF7748;
}
.AnyTagClassName
{
color: #FF7748;
}
</style>
background-color css
<style>
a { background-color: #FF7748; }
a { background-color: rgb(255,119,72); }
div.DivClassName
{
background-color: #FF7748;
}
.BgClassName
{
background-color: #FF7748;
}
</style>
border-color css
<style>
span { border-color: #FF7748; }
span { border-color: rgb(255,119,72); }
td.TdClassName
{
border-color: #FF7748;
}
.TagClassName
{
border-color: #FF7748;
}
</style>