Shades of Coral Red #F6413D
Tints of Coral Red #F6413D
RGB
CMYK
RGB Variations
Color information
#F6413D (or 0xF6413D) is known color: Coral Red. HEX triplet: F6, 41 and 3D. RGB value is (246,65,61). Sum of RGB (Red+Green+Blue) = 246+65+61=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6413D is #09BEC2. Grayscale: #767676. Windows color (decimal): -638659 or 4014582. OLE color: 4014582.
HSL color Cylindrical-coordinate representation of color #F6413D: hue angle of 1.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6413D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 61 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.04 |
| HSL | 1.3º | 0.91% | 0.6% | - |
| HSV(B) | 1.3º | 0.75% | 0.96% | - |
| XYZ | 40.74 | 23.71 | 6.84 | - |
| YUV | 118.66 | 95.47 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 61 | 0 | 0.74 | 0.75 | 0.04 | 1.3 | 0.91 | 0.6 |
| Hex | F6 | 41 | 3D | 0 | 4A | 4B | 4 | 1 | 5B | 3C |
| Octal | 366 | 101 | 75 | 0 | 112 | 113 | 4 | 1 | 133 | 74 |
| Binary | 11110110 | 1000001 | 111101 | 0 | 1001010 | 1001011 | 100 | 1 | 1011011 | 111100 |
Color Harmonies of #F6413D
Complementary color
Monochromatic Colors of #F6413D
Black with #F6413D
Text Example
Text Example
White with #F6413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6413D; }
p { color: rgb(246,65,61); }
H1.HeaderClassName
{
color: #F6413D;
}
.AnyTagClassName
{
color: #F6413D;
}
</style>
background-color css
<style>
a { background-color: #F6413D; }
a { background-color: rgb(246,65,61); }
div.DivClassName
{
background-color: #F6413D;
}
.BgClassName
{
background-color: #F6413D;
}
</style>
border-color css
<style>
span { border-color: #F6413D; }
span { border-color: rgb(246,65,61); }
td.TdClassName
{
border-color: #F6413D;
}
.TagClassName
{
border-color: #F6413D;
}
</style>