Shades of Coral Red #F7413E
Tints of Coral Red #F7413E
RGB
CMYK
RGB Variations
Color information
#F7413E (or 0xF7413E) is known color: Coral Red. HEX triplet: F7, 41 and 3E. RGB value is (247,65,62). Sum of RGB (Red+Green+Blue) = 247+65+62=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7413E is #08BEC1. Grayscale: #777777. Windows color (decimal): -573122 or 4080119. OLE color: 4080119.
HSL color Cylindrical-coordinate representation of color #F7413E: hue angle of 0.97º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7413E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 62 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.03 |
| HSL | 0.97º | 0.92% | 0.61% | - |
| HSV(B) | 0.97º | 0.75% | 0.97% | - |
| XYZ | 41.12 | 23.9 | 7 | - |
| YUV | 119.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 62 | 0 | 0.74 | 0.75 | 0.03 | 0.97 | 0.92 | 0.61 |
| Hex | F7 | 41 | 3E | 0 | 4A | 4B | 3 | 1 | 5C | 3D |
| Octal | 367 | 101 | 76 | 0 | 112 | 113 | 3 | 1 | 134 | 75 |
| Binary | 11110111 | 1000001 | 111110 | 0 | 1001010 | 1001011 | 11 | 1 | 1011100 | 111101 |
Color Harmonies of #F7413E
Complementary color
Monochromatic Colors of #F7413E
Black with #F7413E
Text Example
Text Example
White with #F7413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7413E; }
p { color: rgb(247,65,62); }
H1.HeaderClassName
{
color: #F7413E;
}
.AnyTagClassName
{
color: #F7413E;
}
</style>
background-color css
<style>
a { background-color: #F7413E; }
a { background-color: rgb(247,65,62); }
div.DivClassName
{
background-color: #F7413E;
}
.BgClassName
{
background-color: #F7413E;
}
</style>
border-color css
<style>
span { border-color: #F7413E; }
span { border-color: rgb(247,65,62); }
td.TdClassName
{
border-color: #F7413E;
}
.TagClassName
{
border-color: #F7413E;
}
</style>