Shades of Coral Red #F2443B
Tints of Coral Red #F2443B
RGB
CMYK
RGB Variations
Color information
#F2443B (or 0xF2443B) is known color: Coral Red. HEX triplet: F2, 44 and 3B. RGB value is (242,68,59). Sum of RGB (Red+Green+Blue) = 242+68+59=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2443B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2443B is #0DBBC4. Grayscale: #777777. Windows color (decimal): -900037 or 3884274. OLE color: 3884274.
HSL color Cylindrical-coordinate representation of color #F2443B: hue angle of 2.95º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2443B is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 59 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.05 |
| HSL | 2.95º | 0.88% | 0.59% | - |
| HSV(B) | 2.95º | 0.76% | 0.95% | - |
| XYZ | 39.47 | 23.33 | 6.56 | - |
| YUV | 119 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 59 | 0 | 0.72 | 0.76 | 0.05 | 2.95 | 0.88 | 0.59 |
| Hex | F2 | 44 | 3B | 0 | 48 | 4C | 5 | 3 | 58 | 3B |
| Octal | 362 | 104 | 73 | 0 | 110 | 114 | 5 | 3 | 130 | 73 |
| Binary | 11110010 | 1000100 | 111011 | 0 | 1001000 | 1001100 | 101 | 11 | 1011000 | 111011 |
Color Harmonies of #F2443B
Complementary color
Monochromatic Colors of #F2443B
Black with #F2443B
Text Example
Text Example
White with #F2443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2443B; }
p { color: rgb(242,68,59); }
H1.HeaderClassName
{
color: #F2443B;
}
.AnyTagClassName
{
color: #F2443B;
}
</style>
background-color css
<style>
a { background-color: #F2443B; }
a { background-color: rgb(242,68,59); }
div.DivClassName
{
background-color: #F2443B;
}
.BgClassName
{
background-color: #F2443B;
}
</style>
border-color css
<style>
span { border-color: #F2443B; }
span { border-color: rgb(242,68,59); }
td.TdClassName
{
border-color: #F2443B;
}
.TagClassName
{
border-color: #F2443B;
}
</style>