Shades of Coral Red #F94543
Tints of Coral Red #F94543
RGB
CMYK
RGB Variations
Color information
#F94543 (or 0xF94543) is known color: Coral Red. HEX triplet: F9, 45 and 43. RGB value is (249,69,67). Sum of RGB (Red+Green+Blue) = 249+69+67=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F94543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94543 is #06BABC. Grayscale: #7A7A7A. Windows color (decimal): -441021 or 4408825. OLE color: 4408825.
HSL color Cylindrical-coordinate representation of color #F94543: hue angle of 0.66º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94543 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 67 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.02 |
| HSL | 0.66º | 0.94% | 0.62% | - |
| HSV(B) | 0.66º | 0.73% | 0.98% | - |
| XYZ | 42.21 | 24.8 | 7.87 | - |
| YUV | 122.59 | 96.63 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 67 | 0 | 0.72 | 0.73 | 0.02 | 0.66 | 0.94 | 0.62 |
| Hex | F9 | 45 | 43 | 0 | 48 | 49 | 2 | 1 | 5E | 3E |
| Octal | 371 | 105 | 103 | 0 | 110 | 111 | 2 | 1 | 136 | 76 |
| Binary | 11111001 | 1000101 | 1000011 | 0 | 1001000 | 1001001 | 10 | 1 | 1011110 | 111110 |
Color Harmonies of #F94543
Complementary color
Monochromatic Colors of #F94543
Black with #F94543
Text Example
Text Example
White with #F94543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94543; }
p { color: rgb(249,69,67); }
H1.HeaderClassName
{
color: #F94543;
}
.AnyTagClassName
{
color: #F94543;
}
</style>
background-color css
<style>
a { background-color: #F94543; }
a { background-color: rgb(249,69,67); }
div.DivClassName
{
background-color: #F94543;
}
.BgClassName
{
background-color: #F94543;
}
</style>
border-color css
<style>
span { border-color: #F94543; }
span { border-color: rgb(249,69,67); }
td.TdClassName
{
border-color: #F94543;
}
.TagClassName
{
border-color: #F94543;
}
</style>