Shades of Coral #FF7451
Tints of Coral #FF7451
RGB
CMYK
RGB Variations
Color information
#FF7451 (or 0xFF7451) is known color: Coral. HEX triplet: FF, 74 and 51. RGB value is (255,116,81). Sum of RGB (Red+Green+Blue) = 255+116+81=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7451 is #008BAE. Grayscale: #999999. Windows color (decimal): -35759 or 5338367. OLE color: 5338367.
HSL color Cylindrical-coordinate representation of color #FF7451: hue angle of 12.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF7451 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 81 | - |
| CMYK | 0 | 0.55 | 0.68 | 0 |
| HSL | 12.07º | 1% | 0.66% | - |
| HSV(B) | 12.07º | 0.68% | 1% | - |
| XYZ | 48.97 | 34.34 | 11.83 | - |
| YUV | 153.57 | 87.05 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 81 | 0 | 0.55 | 0.68 | 0 | 12.07 | 1 | 0.66 |
| Hex | FF | 74 | 51 | 0 | 37 | 44 | 0 | C | 64 | 42 |
| Octal | 377 | 164 | 121 | 0 | 67 | 104 | 0 | 14 | 144 | 102 |
| Binary | 11111111 | 1110100 | 1010001 | 0 | 110111 | 1000100 | 0 | 1100 | 1100100 | 1000010 |
Color Harmonies of #FF7451
Complementary color
Monochromatic Colors of #FF7451
Black with #FF7451
Text Example
Text Example
White with #FF7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7451; }
p { color: rgb(255,116,81); }
H1.HeaderClassName
{
color: #FF7451;
}
.AnyTagClassName
{
color: #FF7451;
}
</style>
background-color css
<style>
a { background-color: #FF7451; }
a { background-color: rgb(255,116,81); }
div.DivClassName
{
background-color: #FF7451;
}
.BgClassName
{
background-color: #FF7451;
}
</style>
border-color css
<style>
span { border-color: #FF7451; }
span { border-color: rgb(255,116,81); }
td.TdClassName
{
border-color: #FF7451;
}
.TagClassName
{
border-color: #FF7451;
}
</style>