Shades of Coral #FF7F51
Tints of Coral #FF7F51
RGB
CMYK
RGB Variations
Color information
#FF7F51 (or 0xFF7F51) is known color: Coral. HEX triplet: FF, 7F and 51. RGB value is (255,127,81). Sum of RGB (Red+Green+Blue) = 255+127+81=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F51 is #0080AE. Grayscale: #A0A0A0. Windows color (decimal): -32943 or 5341183. OLE color: 5341183.
HSL color Cylindrical-coordinate representation of color #FF7F51: hue angle of 15.86º 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 #FF7F51 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 81 | - |
| CMYK | 0 | 0.50 | 0.68 | 0 |
| HSL | 15.86º | 1% | 0.66% | - |
| HSV(B) | 15.86º | 0.68% | 1% | - |
| XYZ | 50.31 | 37.03 | 12.28 | - |
| YUV | 160.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 81 | 0 | 0.50 | 0.68 | 0 | 15.86 | 1 | 0.66 |
| Hex | FF | 7F | 51 | 0 | 32 | 44 | 0 | 10 | 64 | 42 |
| Octal | 377 | 177 | 121 | 0 | 62 | 104 | 0 | 20 | 144 | 102 |
| Binary | 11111111 | 1111111 | 1010001 | 0 | 110010 | 1000100 | 0 | 10000 | 1100100 | 1000010 |
Color Harmonies of #FF7F51
Complementary color
Monochromatic Colors of #FF7F51
Black with #FF7F51
Text Example
Text Example
White with #FF7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F51; }
p { color: rgb(255,127,81); }
H1.HeaderClassName
{
color: #FF7F51;
}
.AnyTagClassName
{
color: #FF7F51;
}
</style>
background-color css
<style>
a { background-color: #FF7F51; }
a { background-color: rgb(255,127,81); }
div.DivClassName
{
background-color: #FF7F51;
}
.BgClassName
{
background-color: #FF7F51;
}
</style>
border-color css
<style>
span { border-color: #FF7F51; }
span { border-color: rgb(255,127,81); }
td.TdClassName
{
border-color: #FF7F51;
}
.TagClassName
{
border-color: #FF7F51;
}
</style>