Shades of Coral Red #F6413B
Tints of Coral Red #F6413B
RGB
CMYK
RGB Variations
Color information
#F6413B (or 0xF6413B) is known color: Coral Red. HEX triplet: F6, 41 and 3B. RGB value is (246,65,59). Sum of RGB (Red+Green+Blue) = 246+65+59=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F6413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6413B is #09BEC4. Grayscale: #767676. Windows color (decimal): -638661 or 3883510. OLE color: 3883510.
HSL color Cylindrical-coordinate representation of color #F6413B: hue angle of 1.93º 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 #F6413B is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 59 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.04 |
| HSL | 1.93º | 0.91% | 0.6% | - |
| HSV(B) | 1.93º | 0.76% | 0.96% | - |
| XYZ | 40.69 | 23.69 | 6.57 | - |
| YUV | 118.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 59 | 0 | 0.74 | 0.76 | 0.04 | 1.93 | 0.91 | 0.6 |
| Hex | F6 | 41 | 3B | 0 | 4A | 4C | 4 | 2 | 5B | 3C |
| Octal | 366 | 101 | 73 | 0 | 112 | 114 | 4 | 2 | 133 | 74 |
| Binary | 11110110 | 1000001 | 111011 | 0 | 1001010 | 1001100 | 100 | 10 | 1011011 | 111100 |
Color Harmonies of #F6413B
Complementary color
Monochromatic Colors of #F6413B
Black with #F6413B
Text Example
Text Example
White with #F6413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6413B; }
p { color: rgb(246,65,59); }
H1.HeaderClassName
{
color: #F6413B;
}
.AnyTagClassName
{
color: #F6413B;
}
</style>
background-color css
<style>
a { background-color: #F6413B; }
a { background-color: rgb(246,65,59); }
div.DivClassName
{
background-color: #F6413B;
}
.BgClassName
{
background-color: #F6413B;
}
</style>
border-color css
<style>
span { border-color: #F6413B; }
span { border-color: rgb(246,65,59); }
td.TdClassName
{
border-color: #F6413B;
}
.TagClassName
{
border-color: #F6413B;
}
</style>