Shades of Coral Red #F64541
Tints of Coral Red #F64541
RGB
CMYK
RGB Variations
Color information
#F64541 (or 0xF64541) is known color: Coral Red. HEX triplet: F6, 45 and 41. RGB value is (246,69,65). Sum of RGB (Red+Green+Blue) = 246+69+65=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F64541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64541 is #09BABE. Grayscale: #797979. Windows color (decimal): -637631 or 4277750. OLE color: 4277750.
HSL color Cylindrical-coordinate representation of color #F64541: hue angle of 1.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 #F64541 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 65 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.04 |
| HSL | 1.33º | 0.91% | 0.61% | - |
| HSV(B) | 1.33º | 0.74% | 0.96% | - |
| XYZ | 41.09 | 24.23 | 7.51 | - |
| YUV | 121.47 | 96.14 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 65 | 0 | 0.72 | 0.74 | 0.04 | 1.33 | 0.91 | 0.61 |
| Hex | F6 | 45 | 41 | 0 | 48 | 4A | 4 | 1 | 5B | 3D |
| Octal | 366 | 105 | 101 | 0 | 110 | 112 | 4 | 1 | 133 | 75 |
| Binary | 11110110 | 1000101 | 1000001 | 0 | 1001000 | 1001010 | 100 | 1 | 1011011 | 111101 |
Color Harmonies of #F64541
Complementary color
Monochromatic Colors of #F64541
Black with #F64541
Text Example
Text Example
White with #F64541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64541; }
p { color: rgb(246,69,65); }
H1.HeaderClassName
{
color: #F64541;
}
.AnyTagClassName
{
color: #F64541;
}
</style>
background-color css
<style>
a { background-color: #F64541; }
a { background-color: rgb(246,69,65); }
div.DivClassName
{
background-color: #F64541;
}
.BgClassName
{
background-color: #F64541;
}
</style>
border-color css
<style>
span { border-color: #F64541; }
span { border-color: rgb(246,69,65); }
td.TdClassName
{
border-color: #F64541;
}
.TagClassName
{
border-color: #F64541;
}
</style>