Shades of Coral Red #F04141
Tints of Coral Red #F04141
RGB
CMYK
RGB Variations
Color information
#F04141 (or 0xF04141) is known color: Coral Red. HEX triplet: F0, 41 and 41. RGB value is (240,65,65). Sum of RGB (Red+Green+Blue) = 240+65+65=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F04141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04141 is #0FBEBE. Grayscale: #757575. Windows color (decimal): -1031871 or 4276720. OLE color: 4276720.
HSL color Cylindrical-coordinate representation of color #F04141: 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 #F04141 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 65 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.06 |
| HSL | 0º | 0.85% | 0.6% | - |
| HSV(B) | 0º | 0.73% | 0.94% | - |
| XYZ | 38.78 | 22.69 | 7.34 | - |
| YUV | 117.33 | 98.48 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 65 | 0 | 0.73 | 0.73 | 0.06 | 0 | 0.85 | 0.6 |
| Hex | F0 | 41 | 41 | 0 | 49 | 49 | 6 | 0 | 55 | 3C |
| Octal | 360 | 101 | 101 | 0 | 111 | 111 | 6 | 0 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1000001 | 0 | 1001001 | 1001001 | 110 | 0 | 1010101 | 111100 |
Color Harmonies of #F04141
Complementary color
Monochromatic Colors of #F04141
Black with #F04141
Text Example
Text Example
White with #F04141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04141; }
p { color: rgb(240,65,65); }
H1.HeaderClassName
{
color: #F04141;
}
.AnyTagClassName
{
color: #F04141;
}
</style>
background-color css
<style>
a { background-color: #F04141; }
a { background-color: rgb(240,65,65); }
div.DivClassName
{
background-color: #F04141;
}
.BgClassName
{
background-color: #F04141;
}
</style>
border-color css
<style>
span { border-color: #F04141; }
span { border-color: rgb(240,65,65); }
td.TdClassName
{
border-color: #F04141;
}
.TagClassName
{
border-color: #F04141;
}
</style>