Shades of Coral Red #F04542
Tints of Coral Red #F04542
RGB
CMYK
RGB Variations
Color information
#F04542 (or 0xF04542) is known color: Coral Red. HEX triplet: F0, 45 and 42. RGB value is (240,69,66). Sum of RGB (Red+Green+Blue) = 240+69+66=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F04542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04542 is #0FBABD. Grayscale: #777777. Windows color (decimal): -1030846 or 4343280. OLE color: 4343280.
HSL color Cylindrical-coordinate representation of color #F04542: hue angle of 1.03º 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 #F04542 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 66 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.06 |
| HSL | 1.03º | 0.85% | 0.6% | - |
| HSV(B) | 1.03º | 0.73% | 0.94% | - |
| XYZ | 39.05 | 23.17 | 7.57 | - |
| YUV | 119.79 | 97.65 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 66 | 0 | 0.71 | 0.72 | 0.06 | 1.03 | 0.85 | 0.6 |
| Hex | F0 | 45 | 42 | 0 | 47 | 48 | 6 | 1 | 55 | 3C |
| Octal | 360 | 105 | 102 | 0 | 107 | 110 | 6 | 1 | 125 | 74 |
| Binary | 11110000 | 1000101 | 1000010 | 0 | 1000111 | 1001000 | 110 | 1 | 1010101 | 111100 |
Color Harmonies of #F04542
Complementary color
Monochromatic Colors of #F04542
Black with #F04542
Text Example
Text Example
White with #F04542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04542; }
p { color: rgb(240,69,66); }
H1.HeaderClassName
{
color: #F04542;
}
.AnyTagClassName
{
color: #F04542;
}
</style>
background-color css
<style>
a { background-color: #F04542; }
a { background-color: rgb(240,69,66); }
div.DivClassName
{
background-color: #F04542;
}
.BgClassName
{
background-color: #F04542;
}
</style>
border-color css
<style>
span { border-color: #F04542; }
span { border-color: rgb(240,69,66); }
td.TdClassName
{
border-color: #F04542;
}
.TagClassName
{
border-color: #F04542;
}
</style>