Shades of Coral Red #F9423D
Tints of Coral Red #F9423D
RGB
CMYK
RGB Variations
Color information
#F9423D (or 0xF9423D) is known color: Coral Red. HEX triplet: F9, 42 and 3D. RGB value is (249,66,61). Sum of RGB (Red+Green+Blue) = 249+66+61=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9423D is #06BDC2. Grayscale: #787878. Windows color (decimal): -441795 or 4014841. OLE color: 4014841.
HSL color Cylindrical-coordinate representation of color #F9423D: hue angle of 1.6º 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 #F9423D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 61 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.02 |
| HSL | 1.6º | 0.94% | 0.61% | - |
| HSV(B) | 1.6º | 0.76% | 0.98% | - |
| XYZ | 41.86 | 24.37 | 6.91 | - |
| YUV | 120.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 61 | 0 | 0.73 | 0.76 | 0.02 | 1.6 | 0.94 | 0.61 |
| Hex | F9 | 42 | 3D | 0 | 49 | 4C | 2 | 2 | 5E | 3D |
| Octal | 371 | 102 | 75 | 0 | 111 | 114 | 2 | 2 | 136 | 75 |
| Binary | 11111001 | 1000010 | 111101 | 0 | 1001001 | 1001100 | 10 | 10 | 1011110 | 111101 |
Color Harmonies of #F9423D
Complementary color
Monochromatic Colors of #F9423D
Black with #F9423D
Text Example
Text Example
White with #F9423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9423D; }
p { color: rgb(249,66,61); }
H1.HeaderClassName
{
color: #F9423D;
}
.AnyTagClassName
{
color: #F9423D;
}
</style>
background-color css
<style>
a { background-color: #F9423D; }
a { background-color: rgb(249,66,61); }
div.DivClassName
{
background-color: #F9423D;
}
.BgClassName
{
background-color: #F9423D;
}
</style>
border-color css
<style>
span { border-color: #F9423D; }
span { border-color: rgb(249,66,61); }
td.TdClassName
{
border-color: #F9423D;
}
.TagClassName
{
border-color: #F9423D;
}
</style>