Shades of Coral Red #F2443D
Tints of Coral Red #F2443D
RGB
CMYK
RGB Variations
Color information
#F2443D (or 0xF2443D) is known color: Coral Red. HEX triplet: F2, 44 and 3D. RGB value is (242,68,61). Sum of RGB (Red+Green+Blue) = 242+68+61=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2443D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2443D is #0DBBC2. Grayscale: #777777. Windows color (decimal): -900035 or 4015346. OLE color: 4015346.
HSL color Cylindrical-coordinate representation of color #F2443D: hue angle of 2.32º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2443D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 61 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.05 |
| HSL | 2.32º | 0.87% | 0.59% | - |
| HSV(B) | 2.32º | 0.75% | 0.95% | - |
| XYZ | 39.53 | 23.35 | 6.84 | - |
| YUV | 119.23 | 95.15 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 61 | 0 | 0.72 | 0.75 | 0.05 | 2.32 | 0.87 | 0.59 |
| Hex | F2 | 44 | 3D | 0 | 48 | 4B | 5 | 2 | 57 | 3B |
| Octal | 362 | 104 | 75 | 0 | 110 | 113 | 5 | 2 | 127 | 73 |
| Binary | 11110010 | 1000100 | 111101 | 0 | 1001000 | 1001011 | 101 | 10 | 1010111 | 111011 |
Color Harmonies of #F2443D
Complementary color
Monochromatic Colors of #F2443D
Black with #F2443D
Text Example
Text Example
White with #F2443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2443D; }
p { color: rgb(242,68,61); }
H1.HeaderClassName
{
color: #F2443D;
}
.AnyTagClassName
{
color: #F2443D;
}
</style>
background-color css
<style>
a { background-color: #F2443D; }
a { background-color: rgb(242,68,61); }
div.DivClassName
{
background-color: #F2443D;
}
.BgClassName
{
background-color: #F2443D;
}
</style>
border-color css
<style>
span { border-color: #F2443D; }
span { border-color: rgb(242,68,61); }
td.TdClassName
{
border-color: #F2443D;
}
.TagClassName
{
border-color: #F2443D;
}
</style>