Shades of Coral Red #F9413C
Tints of Coral Red #F9413C
RGB
CMYK
RGB Variations
Color information
#F9413C (or 0xF9413C) is known color: Coral Red. HEX triplet: F9, 41 and 3C. RGB value is (249,65,60). Sum of RGB (Red+Green+Blue) = 249+65+60=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9413C is #06BEC3. Grayscale: #777777. Windows color (decimal): -442052 or 3949049. OLE color: 3949049.
HSL color Cylindrical-coordinate representation of color #F9413C: hue angle of 1.59º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9413C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 60 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.02 |
| HSL | 1.59º | 0.94% | 0.61% | - |
| HSV(B) | 1.59º | 0.76% | 0.98% | - |
| XYZ | 41.77 | 24.25 | 6.75 | - |
| YUV | 119.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 60 | 0 | 0.74 | 0.76 | 0.02 | 1.59 | 0.94 | 0.61 |
| Hex | F9 | 41 | 3C | 0 | 4A | 4C | 2 | 2 | 5E | 3D |
| Octal | 371 | 101 | 74 | 0 | 112 | 114 | 2 | 2 | 136 | 75 |
| Binary | 11111001 | 1000001 | 111100 | 0 | 1001010 | 1001100 | 10 | 10 | 1011110 | 111101 |
Color Harmonies of #F9413C
Complementary color
Monochromatic Colors of #F9413C
Black with #F9413C
Text Example
Text Example
White with #F9413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9413C; }
p { color: rgb(249,65,60); }
H1.HeaderClassName
{
color: #F9413C;
}
.AnyTagClassName
{
color: #F9413C;
}
</style>
background-color css
<style>
a { background-color: #F9413C; }
a { background-color: rgb(249,65,60); }
div.DivClassName
{
background-color: #F9413C;
}
.BgClassName
{
background-color: #F9413C;
}
</style>
border-color css
<style>
span { border-color: #F9413C; }
span { border-color: rgb(249,65,60); }
td.TdClassName
{
border-color: #F9413C;
}
.TagClassName
{
border-color: #F9413C;
}
</style>