Shades of Coral #F57A4A
Tints of Coral #F57A4A
RGB
CMYK
RGB Variations
Color information
#F57A4A (or 0xF57A4A) is known color: Coral. HEX triplet: F5, 7A and 4A. RGB value is (245,122,74). Sum of RGB (Red+Green+Blue) = 245+122+74=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57A4A is #0A85B5. Grayscale: #999999. Windows color (decimal): -689590 or 4881141. OLE color: 4881141.
HSL color Cylindrical-coordinate representation of color #F57A4A: hue angle of 16.84º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F57A4A is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 74 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.04 |
| HSL | 16.84º | 0.9% | 0.63% | - |
| HSV(B) | 16.84º | 0.7% | 0.96% | - |
| XYZ | 45.85 | 33.83 | 10.59 | - |
| YUV | 153.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 74 | 0 | 0.50 | 0.70 | 0.04 | 16.84 | 0.9 | 0.63 |
| Hex | F5 | 7A | 4A | 0 | 32 | 46 | 4 | 11 | 5A | 3F |
| Octal | 365 | 172 | 112 | 0 | 62 | 106 | 4 | 21 | 132 | 77 |
| Binary | 11110101 | 1111010 | 1001010 | 0 | 110010 | 1000110 | 100 | 10001 | 1011010 | 111111 |
Color Harmonies of #F57A4A
Complementary color
Monochromatic Colors of #F57A4A
Black with #F57A4A
Text Example
Text Example
White with #F57A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A4A; }
p { color: rgb(245,122,74); }
H1.HeaderClassName
{
color: #F57A4A;
}
.AnyTagClassName
{
color: #F57A4A;
}
</style>
background-color css
<style>
a { background-color: #F57A4A; }
a { background-color: rgb(245,122,74); }
div.DivClassName
{
background-color: #F57A4A;
}
.BgClassName
{
background-color: #F57A4A;
}
</style>
border-color css
<style>
span { border-color: #F57A4A; }
span { border-color: rgb(245,122,74); }
td.TdClassName
{
border-color: #F57A4A;
}
.TagClassName
{
border-color: #F57A4A;
}
</style>