Shades of Coral Red #F9403D
Tints of Coral Red #F9403D
RGB
CMYK
RGB Variations
Color information
#F9403D (or 0xF9403D) is known color: Coral Red. HEX triplet: F9, 40 and 3D. RGB value is (249,64,61). Sum of RGB (Red+Green+Blue) = 249+64+61=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9403D is #06BFC2. Grayscale: #777777. Windows color (decimal): -442307 or 4014329. OLE color: 4014329.
HSL color Cylindrical-coordinate representation of color #F9403D: hue angle of 0.96º 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 #F9403D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 61 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.02 |
| HSL | 0.96º | 0.94% | 0.61% | - |
| HSV(B) | 0.96º | 0.76% | 0.98% | - |
| XYZ | 41.74 | 24.14 | 6.87 | - |
| YUV | 118.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 61 | 0 | 0.74 | 0.76 | 0.02 | 0.96 | 0.94 | 0.61 |
| Hex | F9 | 40 | 3D | 0 | 4A | 4C | 2 | 1 | 5E | 3D |
| Octal | 371 | 100 | 75 | 0 | 112 | 114 | 2 | 1 | 136 | 75 |
| Binary | 11111001 | 1000000 | 111101 | 0 | 1001010 | 1001100 | 10 | 1 | 1011110 | 111101 |
Color Harmonies of #F9403D
Complementary color
Monochromatic Colors of #F9403D
Black with #F9403D
Text Example
Text Example
White with #F9403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9403D; }
p { color: rgb(249,64,61); }
H1.HeaderClassName
{
color: #F9403D;
}
.AnyTagClassName
{
color: #F9403D;
}
</style>
background-color css
<style>
a { background-color: #F9403D; }
a { background-color: rgb(249,64,61); }
div.DivClassName
{
background-color: #F9403D;
}
.BgClassName
{
background-color: #F9403D;
}
</style>
border-color css
<style>
span { border-color: #F9403D; }
span { border-color: rgb(249,64,61); }
td.TdClassName
{
border-color: #F9403D;
}
.TagClassName
{
border-color: #F9403D;
}
</style>