Shades of Coral Red #F44242
Tints of Coral Red #F44242
RGB
CMYK
RGB Variations
Color information
#F44242 (or 0xF44242) is known color: Coral Red. HEX triplet: F4, 42 and 42. RGB value is (244,66,66). Sum of RGB (Red+Green+Blue) = 244+66+66=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F44242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44242 is #0BBDBD. Grayscale: #777777. Windows color (decimal): -769470 or 4342516. OLE color: 4342516.
HSL color Cylindrical-coordinate representation of color #F44242: hue angle of 0º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F44242 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 66 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.04 |
| HSL | 0º | 0.89% | 0.61% | - |
| HSV(B) | 0º | 0.73% | 0.96% | - |
| XYZ | 40.24 | 23.52 | 7.57 | - |
| YUV | 119.22 | 97.97 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 66 | 0 | 0.73 | 0.73 | 0.04 | 0 | 0.89 | 0.61 |
| Hex | F4 | 42 | 42 | 0 | 49 | 49 | 4 | 0 | 59 | 3D |
| Octal | 364 | 102 | 102 | 0 | 111 | 111 | 4 | 0 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1000010 | 0 | 1001001 | 1001001 | 100 | 0 | 1011001 | 111101 |
Color Harmonies of #F44242
Complementary color
Monochromatic Colors of #F44242
Black with #F44242
Text Example
Text Example
White with #F44242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44242; }
p { color: rgb(244,66,66); }
H1.HeaderClassName
{
color: #F44242;
}
.AnyTagClassName
{
color: #F44242;
}
</style>
background-color css
<style>
a { background-color: #F44242; }
a { background-color: rgb(244,66,66); }
div.DivClassName
{
background-color: #F44242;
}
.BgClassName
{
background-color: #F44242;
}
</style>
border-color css
<style>
span { border-color: #F44242; }
span { border-color: rgb(244,66,66); }
td.TdClassName
{
border-color: #F44242;
}
.TagClassName
{
border-color: #F44242;
}
</style>