Shades of Coral Red #F7413F
Tints of Coral Red #F7413F
RGB
CMYK
RGB Variations
Color information
#F7413F (or 0xF7413F) is known color: Coral Red. HEX triplet: F7, 41 and 3F. RGB value is (247,65,63). Sum of RGB (Red+Green+Blue) = 247+65+63=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7413F is #08BEC0. Grayscale: #777777. Windows color (decimal): -573121 or 4145655. OLE color: 4145655.
HSL color Cylindrical-coordinate representation of color #F7413F: hue angle of 0.65º 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 #F7413F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 63 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.03 |
| HSL | 0.65º | 0.92% | 0.61% | - |
| HSV(B) | 0.65º | 0.74% | 0.97% | - |
| XYZ | 41.15 | 23.91 | 7.15 | - |
| YUV | 119.19 | 96.3 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 63 | 0 | 0.74 | 0.74 | 0.03 | 0.65 | 0.92 | 0.61 |
| Hex | F7 | 41 | 3F | 0 | 4A | 4A | 3 | 1 | 5C | 3D |
| Octal | 367 | 101 | 77 | 0 | 112 | 112 | 3 | 1 | 134 | 75 |
| Binary | 11110111 | 1000001 | 111111 | 0 | 1001010 | 1001010 | 11 | 1 | 1011100 | 111101 |
Color Harmonies of #F7413F
Complementary color
Monochromatic Colors of #F7413F
Black with #F7413F
Text Example
Text Example
White with #F7413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7413F; }
p { color: rgb(247,65,63); }
H1.HeaderClassName
{
color: #F7413F;
}
.AnyTagClassName
{
color: #F7413F;
}
</style>
background-color css
<style>
a { background-color: #F7413F; }
a { background-color: rgb(247,65,63); }
div.DivClassName
{
background-color: #F7413F;
}
.BgClassName
{
background-color: #F7413F;
}
</style>
border-color css
<style>
span { border-color: #F7413F; }
span { border-color: rgb(247,65,63); }
td.TdClassName
{
border-color: #F7413F;
}
.TagClassName
{
border-color: #F7413F;
}
</style>