Shades of Coral Red #F64040
Tints of Coral Red #F64040
RGB
CMYK
RGB Variations
Color information
#F64040 (or 0xF64040) is known color: Coral Red. HEX triplet: F6, 40 and 40. RGB value is (246,64,64). Sum of RGB (Red+Green+Blue) = 246+64+64=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F64040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64040 is #09BFBF. Grayscale: #767676. Windows color (decimal): -638912 or 4210934. OLE color: 4210934.
HSL color Cylindrical-coordinate representation of color #F64040: hue angle of 0º 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 #F64040 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 64 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.04 |
| HSL | 0º | 0.91% | 0.61% | - |
| HSV(B) | 0º | 0.74% | 0.96% | - |
| XYZ | 40.76 | 23.63 | 7.26 | - |
| YUV | 118.42 | 97.3 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 64 | 0 | 0.74 | 0.74 | 0.04 | 0 | 0.91 | 0.61 |
| Hex | F6 | 40 | 40 | 0 | 4A | 4A | 4 | 0 | 5B | 3D |
| Octal | 366 | 100 | 100 | 0 | 112 | 112 | 4 | 0 | 133 | 75 |
| Binary | 11110110 | 1000000 | 1000000 | 0 | 1001010 | 1001010 | 100 | 0 | 1011011 | 111101 |
Color Harmonies of #F64040
Complementary color
Monochromatic Colors of #F64040
Black with #F64040
Text Example
Text Example
White with #F64040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64040; }
p { color: rgb(246,64,64); }
H1.HeaderClassName
{
color: #F64040;
}
.AnyTagClassName
{
color: #F64040;
}
</style>
background-color css
<style>
a { background-color: #F64040; }
a { background-color: rgb(246,64,64); }
div.DivClassName
{
background-color: #F64040;
}
.BgClassName
{
background-color: #F64040;
}
</style>
border-color css
<style>
span { border-color: #F64040; }
span { border-color: rgb(246,64,64); }
td.TdClassName
{
border-color: #F64040;
}
.TagClassName
{
border-color: #F64040;
}
</style>