Shades of Coral Red #F64240
Tints of Coral Red #F64240
RGB
CMYK
RGB Variations
Color information
#F64240 (or 0xF64240) is known color: Coral Red. HEX triplet: F6, 42 and 40. RGB value is (246,66,64). Sum of RGB (Red+Green+Blue) = 246+66+64=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F64240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64240 is #09BDBF. Grayscale: #777777. Windows color (decimal): -638400 or 4211446. OLE color: 4211446.
HSL color Cylindrical-coordinate representation of color #F64240: hue angle of 0.66º 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 #F64240 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 64 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.04 |
| HSL | 0.66º | 0.91% | 0.61% | - |
| HSV(B) | 0.66º | 0.74% | 0.96% | - |
| XYZ | 40.88 | 23.86 | 7.3 | - |
| YUV | 119.59 | 96.63 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 64 | 0 | 0.73 | 0.74 | 0.04 | 0.66 | 0.91 | 0.61 |
| Hex | F6 | 42 | 40 | 0 | 49 | 4A | 4 | 1 | 5B | 3D |
| Octal | 366 | 102 | 100 | 0 | 111 | 112 | 4 | 1 | 133 | 75 |
| Binary | 11110110 | 1000010 | 1000000 | 0 | 1001001 | 1001010 | 100 | 1 | 1011011 | 111101 |
Color Harmonies of #F64240
Complementary color
Monochromatic Colors of #F64240
Black with #F64240
Text Example
Text Example
White with #F64240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64240; }
p { color: rgb(246,66,64); }
H1.HeaderClassName
{
color: #F64240;
}
.AnyTagClassName
{
color: #F64240;
}
</style>
background-color css
<style>
a { background-color: #F64240; }
a { background-color: rgb(246,66,64); }
div.DivClassName
{
background-color: #F64240;
}
.BgClassName
{
background-color: #F64240;
}
</style>
border-color css
<style>
span { border-color: #F64240; }
span { border-color: rgb(246,66,64); }
td.TdClassName
{
border-color: #F64240;
}
.TagClassName
{
border-color: #F64240;
}
</style>