Shades of Coral Red #F04541
Tints of Coral Red #F04541
RGB
CMYK
RGB Variations
Color information
#F04541 (or 0xF04541) is known color: Coral Red. HEX triplet: F0, 45 and 41. RGB value is (240,69,65). Sum of RGB (Red+Green+Blue) = 240+69+65=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F04541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04541 is #0FBABE. Grayscale: #777777. Windows color (decimal): -1030847 or 4277744. OLE color: 4277744.
HSL color Cylindrical-coordinate representation of color #F04541: hue angle of 1.37º 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 #F04541 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 65 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.06 |
| HSL | 1.37º | 0.85% | 0.6% | - |
| HSV(B) | 1.37º | 0.73% | 0.94% | - |
| XYZ | 39.02 | 23.16 | 7.42 | - |
| YUV | 119.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 65 | 0 | 0.71 | 0.73 | 0.06 | 1.37 | 0.85 | 0.6 |
| Hex | F0 | 45 | 41 | 0 | 47 | 49 | 6 | 1 | 55 | 3C |
| Octal | 360 | 105 | 101 | 0 | 107 | 111 | 6 | 1 | 125 | 74 |
| Binary | 11110000 | 1000101 | 1000001 | 0 | 1000111 | 1001001 | 110 | 1 | 1010101 | 111100 |
Color Harmonies of #F04541
Complementary color
Monochromatic Colors of #F04541
Black with #F04541
Text Example
Text Example
White with #F04541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04541; }
p { color: rgb(240,69,65); }
H1.HeaderClassName
{
color: #F04541;
}
.AnyTagClassName
{
color: #F04541;
}
</style>
background-color css
<style>
a { background-color: #F04541; }
a { background-color: rgb(240,69,65); }
div.DivClassName
{
background-color: #F04541;
}
.BgClassName
{
background-color: #F04541;
}
</style>
border-color css
<style>
span { border-color: #F04541; }
span { border-color: rgb(240,69,65); }
td.TdClassName
{
border-color: #F04541;
}
.TagClassName
{
border-color: #F04541;
}
</style>