Shades of Coral Red #F04441
Tints of Coral Red #F04441
RGB
CMYK
RGB Variations
Color information
#F04441 (or 0xF04441) is known color: Coral Red. HEX triplet: F0, 44 and 41. RGB value is (240,68,65). Sum of RGB (Red+Green+Blue) = 240+68+65=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F04441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04441 is #0FBBBE. Grayscale: #777777. Windows color (decimal): -1031103 or 4277488. OLE color: 4277488.
HSL color Cylindrical-coordinate representation of color #F04441: 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 #F04441 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 65 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.06 |
| HSL | 1.03º | 0.85% | 0.6% | - |
| HSV(B) | 1.03º | 0.73% | 0.94% | - |
| XYZ | 38.96 | 23.04 | 7.4 | - |
| YUV | 119.09 | 97.48 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 65 | 0 | 0.72 | 0.73 | 0.06 | 1.03 | 0.85 | 0.6 |
| Hex | F0 | 44 | 41 | 0 | 48 | 49 | 6 | 1 | 55 | 3C |
| Octal | 360 | 104 | 101 | 0 | 110 | 111 | 6 | 1 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1000001 | 0 | 1001000 | 1001001 | 110 | 1 | 1010101 | 111100 |
Color Harmonies of #F04441
Complementary color
Monochromatic Colors of #F04441
Black with #F04441
Text Example
Text Example
White with #F04441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04441; }
p { color: rgb(240,68,65); }
H1.HeaderClassName
{
color: #F04441;
}
.AnyTagClassName
{
color: #F04441;
}
</style>
background-color css
<style>
a { background-color: #F04441; }
a { background-color: rgb(240,68,65); }
div.DivClassName
{
background-color: #F04441;
}
.BgClassName
{
background-color: #F04441;
}
</style>
border-color css
<style>
span { border-color: #F04441; }
span { border-color: rgb(240,68,65); }
td.TdClassName
{
border-color: #F04441;
}
.TagClassName
{
border-color: #F04441;
}
</style>