Shades of Coral Red #F6403B
Tints of Coral Red #F6403B
RGB
CMYK
RGB Variations
Color information
#F6403B (or 0xF6403B) is known color: Coral Red. HEX triplet: F6, 40 and 3B. RGB value is (246,64,59). Sum of RGB (Red+Green+Blue) = 246+64+59=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F6403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6403B is #09BFC4. Grayscale: #767676. Windows color (decimal): -638917 or 3883254. OLE color: 3883254.
HSL color Cylindrical-coordinate representation of color #F6403B: hue angle of 1.6º 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 #F6403B is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 59 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.04 |
| HSL | 1.6º | 0.91% | 0.6% | - |
| HSV(B) | 1.6º | 0.76% | 0.96% | - |
| XYZ | 40.63 | 23.58 | 6.55 | - |
| YUV | 117.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 59 | 0 | 0.74 | 0.76 | 0.04 | 1.6 | 0.91 | 0.6 |
| Hex | F6 | 40 | 3B | 0 | 4A | 4C | 4 | 2 | 5B | 3C |
| Octal | 366 | 100 | 73 | 0 | 112 | 114 | 4 | 2 | 133 | 74 |
| Binary | 11110110 | 1000000 | 111011 | 0 | 1001010 | 1001100 | 100 | 10 | 1011011 | 111100 |
Color Harmonies of #F6403B
Complementary color
Monochromatic Colors of #F6403B
Black with #F6403B
Text Example
Text Example
White with #F6403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6403B; }
p { color: rgb(246,64,59); }
H1.HeaderClassName
{
color: #F6403B;
}
.AnyTagClassName
{
color: #F6403B;
}
</style>
background-color css
<style>
a { background-color: #F6403B; }
a { background-color: rgb(246,64,59); }
div.DivClassName
{
background-color: #F6403B;
}
.BgClassName
{
background-color: #F6403B;
}
</style>
border-color css
<style>
span { border-color: #F6403B; }
span { border-color: rgb(246,64,59); }
td.TdClassName
{
border-color: #F6403B;
}
.TagClassName
{
border-color: #F6403B;
}
</style>