Shades of Coral Red #F74540
Tints of Coral Red #F74540
RGB
CMYK
RGB Variations
Color information
#F74540 (or 0xF74540) is known color: Coral Red. HEX triplet: F7, 45 and 40. RGB value is (247,69,64). Sum of RGB (Red+Green+Blue) = 247+69+64=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F74540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74540 is #08BABF. Grayscale: #797979. Windows color (decimal): -572096 or 4212215. OLE color: 4212215.
HSL color Cylindrical-coordinate representation of color #F74540: hue angle of 1.64º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74540 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 64 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.03 |
| HSL | 1.64º | 0.92% | 0.61% | - |
| HSV(B) | 1.64º | 0.74% | 0.97% | - |
| XYZ | 41.41 | 24.4 | 7.38 | - |
| YUV | 121.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 64 | 0 | 0.72 | 0.74 | 0.03 | 1.64 | 0.92 | 0.61 |
| Hex | F7 | 45 | 40 | 0 | 48 | 4A | 3 | 2 | 5C | 3D |
| Octal | 367 | 105 | 100 | 0 | 110 | 112 | 3 | 2 | 134 | 75 |
| Binary | 11110111 | 1000101 | 1000000 | 0 | 1001000 | 1001010 | 11 | 10 | 1011100 | 111101 |
Color Harmonies of #F74540
Complementary color
Monochromatic Colors of #F74540
Black with #F74540
Text Example
Text Example
White with #F74540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74540; }
p { color: rgb(247,69,64); }
H1.HeaderClassName
{
color: #F74540;
}
.AnyTagClassName
{
color: #F74540;
}
</style>
background-color css
<style>
a { background-color: #F74540; }
a { background-color: rgb(247,69,64); }
div.DivClassName
{
background-color: #F74540;
}
.BgClassName
{
background-color: #F74540;
}
</style>
border-color css
<style>
span { border-color: #F74540; }
span { border-color: rgb(247,69,64); }
td.TdClassName
{
border-color: #F74540;
}
.TagClassName
{
border-color: #F74540;
}
</style>