Shades of Coral Red #F74242
Tints of Coral Red #F74242
RGB
CMYK
RGB Variations
Color information
#F74242 (or 0xF74242) is known color: Coral Red. HEX triplet: F7, 42 and 42. RGB value is (247,66,66). Sum of RGB (Red+Green+Blue) = 247+66+66=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F74242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74242 is #08BDBD. Grayscale: #787878. Windows color (decimal): -572862 or 4342519. OLE color: 4342519.
HSL color Cylindrical-coordinate representation of color #F74242: hue angle of 0º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74242 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 66 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.03 |
| HSL | 0º | 0.92% | 0.61% | - |
| HSV(B) | 0º | 0.73% | 0.97% | - |
| XYZ | 41.29 | 24.06 | 7.62 | - |
| YUV | 120.12 | 97.47 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 66 | 0 | 0.73 | 0.73 | 0.03 | 0 | 0.92 | 0.61 |
| Hex | F7 | 42 | 42 | 0 | 49 | 49 | 3 | 0 | 5C | 3D |
| Octal | 367 | 102 | 102 | 0 | 111 | 111 | 3 | 0 | 134 | 75 |
| Binary | 11110111 | 1000010 | 1000010 | 0 | 1001001 | 1001001 | 11 | 0 | 1011100 | 111101 |
Color Harmonies of #F74242
Complementary color
Monochromatic Colors of #F74242
Black with #F74242
Text Example
Text Example
White with #F74242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74242; }
p { color: rgb(247,66,66); }
H1.HeaderClassName
{
color: #F74242;
}
.AnyTagClassName
{
color: #F74242;
}
</style>
background-color css
<style>
a { background-color: #F74242; }
a { background-color: rgb(247,66,66); }
div.DivClassName
{
background-color: #F74242;
}
.BgClassName
{
background-color: #F74242;
}
</style>
border-color css
<style>
span { border-color: #F74242; }
span { border-color: rgb(247,66,66); }
td.TdClassName
{
border-color: #F74242;
}
.TagClassName
{
border-color: #F74242;
}
</style>