Shades of Coral Red #F6403F
Tints of Coral Red #F6403F
RGB
CMYK
RGB Variations
Color information
#F6403F (or 0xF6403F) is known color: Coral Red. HEX triplet: F6, 40 and 3F. RGB value is (246,64,63). Sum of RGB (Red+Green+Blue) = 246+64+63=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6403F is #09BFC0. Grayscale: #767676. Windows color (decimal): -638913 or 4145398. OLE color: 4145398.
HSL color Cylindrical-coordinate representation of color #F6403F: hue angle of 0.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6403F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 63 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.04 |
| HSL | 0.33º | 0.91% | 0.61% | - |
| HSV(B) | 0.33º | 0.74% | 0.96% | - |
| XYZ | 40.74 | 23.62 | 7.11 | - |
| YUV | 118.3 | 96.8 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 63 | 0 | 0.74 | 0.74 | 0.04 | 0.33 | 0.91 | 0.61 |
| Hex | F6 | 40 | 3F | 0 | 4A | 4A | 4 | 0 | 5B | 3D |
| Octal | 366 | 100 | 77 | 0 | 112 | 112 | 4 | 0 | 133 | 75 |
| Binary | 11110110 | 1000000 | 111111 | 0 | 1001010 | 1001010 | 100 | 0 | 1011011 | 111101 |
Color Harmonies of #F6403F
Complementary color
Monochromatic Colors of #F6403F
Black with #F6403F
Text Example
Text Example
White with #F6403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6403F; }
p { color: rgb(246,64,63); }
H1.HeaderClassName
{
color: #F6403F;
}
.AnyTagClassName
{
color: #F6403F;
}
</style>
background-color css
<style>
a { background-color: #F6403F; }
a { background-color: rgb(246,64,63); }
div.DivClassName
{
background-color: #F6403F;
}
.BgClassName
{
background-color: #F6403F;
}
</style>
border-color css
<style>
span { border-color: #F6403F; }
span { border-color: rgb(246,64,63); }
td.TdClassName
{
border-color: #F6403F;
}
.TagClassName
{
border-color: #F6403F;
}
</style>