Shades of Coral Red #F04040
Tints of Coral Red #F04040
RGB
CMYK
RGB Variations
Color information
#F04040 (or 0xF04040) is known color: Coral Red. HEX triplet: F0, 40 and 40. RGB value is (240,64,64). Sum of RGB (Red+Green+Blue) = 240+64+64=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F04040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04040 is #0FBFBF. Grayscale: #747474. Windows color (decimal): -1032128 or 4210928. OLE color: 4210928.
HSL color Cylindrical-coordinate representation of color #F04040: hue angle of 0º 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 #F04040 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 64 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.06 |
| HSL | 0º | 0.85% | 0.6% | - |
| HSV(B) | 0º | 0.73% | 0.94% | - |
| XYZ | 38.69 | 22.56 | 7.17 | - |
| YUV | 116.62 | 98.31 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 64 | 0 | 0.73 | 0.73 | 0.06 | 0 | 0.85 | 0.6 |
| Hex | F0 | 40 | 40 | 0 | 49 | 49 | 6 | 0 | 55 | 3C |
| Octal | 360 | 100 | 100 | 0 | 111 | 111 | 6 | 0 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1000000 | 0 | 1001001 | 1001001 | 110 | 0 | 1010101 | 111100 |
Color Harmonies of #F04040
Complementary color
Monochromatic Colors of #F04040
Black with #F04040
Text Example
Text Example
White with #F04040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04040; }
p { color: rgb(240,64,64); }
H1.HeaderClassName
{
color: #F04040;
}
.AnyTagClassName
{
color: #F04040;
}
</style>
background-color css
<style>
a { background-color: #F04040; }
a { background-color: rgb(240,64,64); }
div.DivClassName
{
background-color: #F04040;
}
.BgClassName
{
background-color: #F04040;
}
</style>
border-color css
<style>
span { border-color: #F04040; }
span { border-color: rgb(240,64,64); }
td.TdClassName
{
border-color: #F04040;
}
.TagClassName
{
border-color: #F04040;
}
</style>