Shades of Coral Red #F6413C
Tints of Coral Red #F6413C
RGB
CMYK
RGB Variations
Color information
#F6413C (or 0xF6413C) is known color: Coral Red. HEX triplet: F6, 41 and 3C. RGB value is (246,65,60). Sum of RGB (Red+Green+Blue) = 246+65+60=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6413C is #09BEC3. Grayscale: #767676. Windows color (decimal): -638660 or 3949046. OLE color: 3949046.
HSL color Cylindrical-coordinate representation of color #F6413C: hue angle of 1.61º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6413C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 60 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.04 |
| HSL | 1.61º | 0.91% | 0.6% | - |
| HSV(B) | 1.61º | 0.76% | 0.96% | - |
| XYZ | 40.71 | 23.7 | 6.7 | - |
| YUV | 118.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 60 | 0 | 0.74 | 0.76 | 0.04 | 1.61 | 0.91 | 0.6 |
| Hex | F6 | 41 | 3C | 0 | 4A | 4C | 4 | 2 | 5B | 3C |
| Octal | 366 | 101 | 74 | 0 | 112 | 114 | 4 | 2 | 133 | 74 |
| Binary | 11110110 | 1000001 | 111100 | 0 | 1001010 | 1001100 | 100 | 10 | 1011011 | 111100 |
Color Harmonies of #F6413C
Complementary color
Monochromatic Colors of #F6413C
Black with #F6413C
Text Example
Text Example
White with #F6413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6413C; }
p { color: rgb(246,65,60); }
H1.HeaderClassName
{
color: #F6413C;
}
.AnyTagClassName
{
color: #F6413C;
}
</style>
background-color css
<style>
a { background-color: #F6413C; }
a { background-color: rgb(246,65,60); }
div.DivClassName
{
background-color: #F6413C;
}
.BgClassName
{
background-color: #F6413C;
}
</style>
border-color css
<style>
span { border-color: #F6413C; }
span { border-color: rgb(246,65,60); }
td.TdClassName
{
border-color: #F6413C;
}
.TagClassName
{
border-color: #F6413C;
}
</style>