Shades of Coral Red #F94544
Tints of Coral Red #F94544
RGB
CMYK
RGB Variations
Color information
#F94544 (or 0xF94544) is known color: Coral Red. HEX triplet: F9, 45 and 44. RGB value is (249,69,68). Sum of RGB (Red+Green+Blue) = 249+69+68=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F94544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94544 is #06BABB. Grayscale: #7A7A7A. Windows color (decimal): -441020 or 4474361. OLE color: 4474361.
HSL color Cylindrical-coordinate representation of color #F94544: hue angle of 0.33º 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 #F94544 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 68 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.02 |
| HSL | 0.33º | 0.94% | 0.62% | - |
| HSV(B) | 0.33º | 0.73% | 0.98% | - |
| XYZ | 42.24 | 24.81 | 8.03 | - |
| YUV | 122.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 68 | 0 | 0.72 | 0.73 | 0.02 | 0.33 | 0.94 | 0.62 |
| Hex | F9 | 45 | 44 | 0 | 48 | 49 | 2 | 0 | 5E | 3E |
| Octal | 371 | 105 | 104 | 0 | 110 | 111 | 2 | 0 | 136 | 76 |
| Binary | 11111001 | 1000101 | 1000100 | 0 | 1001000 | 1001001 | 10 | 0 | 1011110 | 111110 |
Color Harmonies of #F94544
Complementary color
Monochromatic Colors of #F94544
Black with #F94544
Text Example
Text Example
White with #F94544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94544; }
p { color: rgb(249,69,68); }
H1.HeaderClassName
{
color: #F94544;
}
.AnyTagClassName
{
color: #F94544;
}
</style>
background-color css
<style>
a { background-color: #F94544; }
a { background-color: rgb(249,69,68); }
div.DivClassName
{
background-color: #F94544;
}
.BgClassName
{
background-color: #F94544;
}
</style>
border-color css
<style>
span { border-color: #F94544; }
span { border-color: rgb(249,69,68); }
td.TdClassName
{
border-color: #F94544;
}
.TagClassName
{
border-color: #F94544;
}
</style>