Shades of Coral #FF7447
Tints of Coral #FF7447
RGB
CMYK
RGB Variations
Color information
#FF7447 (or 0xFF7447) is known color: Coral. HEX triplet: FF, 74 and 47. RGB value is (255,116,71). Sum of RGB (Red+Green+Blue) = 255+116+71=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7447 is #008BB8. Grayscale: #989898. Windows color (decimal): -35769 or 4683007. OLE color: 4683007.
HSL color Cylindrical-coordinate representation of color #FF7447: hue angle of 14.67º 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 #FF7447 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 71 | - |
| CMYK | 0 | 0.55 | 0.72 | 0 |
| HSL | 14.67º | 1% | 0.64% | - |
| HSV(B) | 14.67º | 0.72% | 1% | - |
| XYZ | 48.62 | 34.21 | 10 | - |
| YUV | 152.43 | 82.05 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 71 | 0 | 0.55 | 0.72 | 0 | 14.67 | 1 | 0.64 |
| Hex | FF | 74 | 47 | 0 | 37 | 48 | 0 | F | 64 | 40 |
| Octal | 377 | 164 | 107 | 0 | 67 | 110 | 0 | 17 | 144 | 100 |
| Binary | 11111111 | 1110100 | 1000111 | 0 | 110111 | 1001000 | 0 | 1111 | 1100100 | 1000000 |
Color Harmonies of #FF7447
Complementary color
Monochromatic Colors of #FF7447
Black with #FF7447
Text Example
Text Example
White with #FF7447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7447; }
p { color: rgb(255,116,71); }
H1.HeaderClassName
{
color: #FF7447;
}
.AnyTagClassName
{
color: #FF7447;
}
</style>
background-color css
<style>
a { background-color: #FF7447; }
a { background-color: rgb(255,116,71); }
div.DivClassName
{
background-color: #FF7447;
}
.BgClassName
{
background-color: #FF7447;
}
</style>
border-color css
<style>
span { border-color: #FF7447; }
span { border-color: rgb(255,116,71); }
td.TdClassName
{
border-color: #FF7447;
}
.TagClassName
{
border-color: #FF7447;
}
</style>