Shades of Coral Red #F9413B
Tints of Coral Red #F9413B
RGB
CMYK
RGB Variations
Color information
#F9413B (or 0xF9413B) is known color: Coral Red. HEX triplet: F9, 41 and 3B. RGB value is (249,65,59). Sum of RGB (Red+Green+Blue) = 249+65+59=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F9413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9413B is #06BEC4. Grayscale: #777777. Windows color (decimal): -442053 or 3883513. OLE color: 3883513.
HSL color Cylindrical-coordinate representation of color #F9413B: hue angle of 1.89º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9413B is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 59 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.02 |
| HSL | 1.89º | 0.94% | 0.6% | - |
| HSV(B) | 1.89º | 0.76% | 0.98% | - |
| XYZ | 41.75 | 24.24 | 6.62 | - |
| YUV | 119.33 | 93.96 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 59 | 0 | 0.74 | 0.76 | 0.02 | 1.89 | 0.94 | 0.6 |
| Hex | F9 | 41 | 3B | 0 | 4A | 4C | 2 | 2 | 5E | 3C |
| Octal | 371 | 101 | 73 | 0 | 112 | 114 | 2 | 2 | 136 | 74 |
| Binary | 11111001 | 1000001 | 111011 | 0 | 1001010 | 1001100 | 10 | 10 | 1011110 | 111100 |
Color Harmonies of #F9413B
Complementary color
Monochromatic Colors of #F9413B
Black with #F9413B
Text Example
Text Example
White with #F9413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9413B; }
p { color: rgb(249,65,59); }
H1.HeaderClassName
{
color: #F9413B;
}
.AnyTagClassName
{
color: #F9413B;
}
</style>
background-color css
<style>
a { background-color: #F9413B; }
a { background-color: rgb(249,65,59); }
div.DivClassName
{
background-color: #F9413B;
}
.BgClassName
{
background-color: #F9413B;
}
</style>
border-color css
<style>
span { border-color: #F9413B; }
span { border-color: rgb(249,65,59); }
td.TdClassName
{
border-color: #F9413B;
}
.TagClassName
{
border-color: #F9413B;
}
</style>