Shades of Coral Red #F6403D
Tints of Coral Red #F6403D
RGB
CMYK
RGB Variations
Color information
#F6403D (or 0xF6403D) is known color: Coral Red. HEX triplet: F6, 40 and 3D. RGB value is (246,64,61). Sum of RGB (Red+Green+Blue) = 246+64+61=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6403D is #09BFC2. Grayscale: #767676. Windows color (decimal): -638915 or 4014326. OLE color: 4014326.
HSL color Cylindrical-coordinate representation of color #F6403D: hue angle of 0.97º 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 #F6403D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 61 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.04 |
| HSL | 0.97º | 0.91% | 0.6% | - |
| HSV(B) | 0.97º | 0.75% | 0.96% | - |
| XYZ | 40.68 | 23.6 | 6.83 | - |
| YUV | 118.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 61 | 0 | 0.74 | 0.75 | 0.04 | 0.97 | 0.91 | 0.6 |
| Hex | F6 | 40 | 3D | 0 | 4A | 4B | 4 | 1 | 5B | 3C |
| Octal | 366 | 100 | 75 | 0 | 112 | 113 | 4 | 1 | 133 | 74 |
| Binary | 11110110 | 1000000 | 111101 | 0 | 1001010 | 1001011 | 100 | 1 | 1011011 | 111100 |
Color Harmonies of #F6403D
Complementary color
Monochromatic Colors of #F6403D
Black with #F6403D
Text Example
Text Example
White with #F6403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6403D; }
p { color: rgb(246,64,61); }
H1.HeaderClassName
{
color: #F6403D;
}
.AnyTagClassName
{
color: #F6403D;
}
</style>
background-color css
<style>
a { background-color: #F6403D; }
a { background-color: rgb(246,64,61); }
div.DivClassName
{
background-color: #F6403D;
}
.BgClassName
{
background-color: #F6403D;
}
</style>
border-color css
<style>
span { border-color: #F6403D; }
span { border-color: rgb(246,64,61); }
td.TdClassName
{
border-color: #F6403D;
}
.TagClassName
{
border-color: #F6403D;
}
</style>