Shades of Coral Red #F04440
Tints of Coral Red #F04440
RGB
CMYK
RGB Variations
Color information
#F04440 (or 0xF04440) is known color: Coral Red. HEX triplet: F0, 44 and 40. RGB value is (240,68,64). Sum of RGB (Red+Green+Blue) = 240+68+64=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F04440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04440 is #0FBBBF. Grayscale: #777777. Windows color (decimal): -1031104 or 4211952. OLE color: 4211952.
HSL color Cylindrical-coordinate representation of color #F04440: hue angle of 1.36º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04440 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 64 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.06 |
| HSL | 1.36º | 0.85% | 0.6% | - |
| HSV(B) | 1.36º | 0.73% | 0.94% | - |
| XYZ | 38.93 | 23.03 | 7.24 | - |
| YUV | 118.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 64 | 0 | 0.72 | 0.73 | 0.06 | 1.36 | 0.85 | 0.6 |
| Hex | F0 | 44 | 40 | 0 | 48 | 49 | 6 | 1 | 55 | 3C |
| Octal | 360 | 104 | 100 | 0 | 110 | 111 | 6 | 1 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1000000 | 0 | 1001000 | 1001001 | 110 | 1 | 1010101 | 111100 |
Color Harmonies of #F04440
Complementary color
Monochromatic Colors of #F04440
Black with #F04440
Text Example
Text Example
White with #F04440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04440; }
p { color: rgb(240,68,64); }
H1.HeaderClassName
{
color: #F04440;
}
.AnyTagClassName
{
color: #F04440;
}
</style>
background-color css
<style>
a { background-color: #F04440; }
a { background-color: rgb(240,68,64); }
div.DivClassName
{
background-color: #F04440;
}
.BgClassName
{
background-color: #F04440;
}
</style>
border-color css
<style>
span { border-color: #F04440; }
span { border-color: rgb(240,68,64); }
td.TdClassName
{
border-color: #F04440;
}
.TagClassName
{
border-color: #F04440;
}
</style>