Shades of Coral Red #F7413C
Tints of Coral Red #F7413C
RGB
CMYK
RGB Variations
Color information
#F7413C (or 0xF7413C) is known color: Coral Red. HEX triplet: F7, 41 and 3C. RGB value is (247,65,60). Sum of RGB (Red+Green+Blue) = 247+65+60=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7413C is #08BEC3. Grayscale: #777777. Windows color (decimal): -573124 or 3949047. OLE color: 3949047.
HSL color Cylindrical-coordinate representation of color #F7413C: hue angle of 1.6º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F7413C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 60 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.03 |
| HSL | 1.6º | 0.92% | 0.6% | - |
| HSV(B) | 1.6º | 0.76% | 0.97% | - |
| XYZ | 41.06 | 23.88 | 6.72 | - |
| YUV | 118.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 60 | 0 | 0.74 | 0.76 | 0.03 | 1.6 | 0.92 | 0.6 |
| Hex | F7 | 41 | 3C | 0 | 4A | 4C | 3 | 2 | 5C | 3C |
| Octal | 367 | 101 | 74 | 0 | 112 | 114 | 3 | 2 | 134 | 74 |
| Binary | 11110111 | 1000001 | 111100 | 0 | 1001010 | 1001100 | 11 | 10 | 1011100 | 111100 |
Color Harmonies of #F7413C
Complementary color
Monochromatic Colors of #F7413C
Black with #F7413C
Text Example
Text Example
White with #F7413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7413C; }
p { color: rgb(247,65,60); }
H1.HeaderClassName
{
color: #F7413C;
}
.AnyTagClassName
{
color: #F7413C;
}
</style>
background-color css
<style>
a { background-color: #F7413C; }
a { background-color: rgb(247,65,60); }
div.DivClassName
{
background-color: #F7413C;
}
.BgClassName
{
background-color: #F7413C;
}
</style>
border-color css
<style>
span { border-color: #F7413C; }
span { border-color: rgb(247,65,60); }
td.TdClassName
{
border-color: #F7413C;
}
.TagClassName
{
border-color: #F7413C;
}
</style>