Shades of Coral Red #F6423F
Tints of Coral Red #F6423F
RGB
CMYK
RGB Variations
Color information
#F6423F (or 0xF6423F) is known color: Coral Red. HEX triplet: F6, 42 and 3F. RGB value is (246,66,63). Sum of RGB (Red+Green+Blue) = 246+66+63=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6423F is #09BDC0. Grayscale: #777777. Windows color (decimal): -638401 or 4145910. OLE color: 4145910.
HSL color Cylindrical-coordinate representation of color #F6423F: hue angle of 0.98º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6423F is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 63 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.04 |
| HSL | 0.98º | 0.91% | 0.61% | - |
| HSV(B) | 0.98º | 0.74% | 0.96% | - |
| XYZ | 40.85 | 23.85 | 7.15 | - |
| YUV | 119.48 | 96.13 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 63 | 0 | 0.73 | 0.74 | 0.04 | 0.98 | 0.91 | 0.61 |
| Hex | F6 | 42 | 3F | 0 | 49 | 4A | 4 | 1 | 5B | 3D |
| Octal | 366 | 102 | 77 | 0 | 111 | 112 | 4 | 1 | 133 | 75 |
| Binary | 11110110 | 1000010 | 111111 | 0 | 1001001 | 1001010 | 100 | 1 | 1011011 | 111101 |
Color Harmonies of #F6423F
Complementary color
Monochromatic Colors of #F6423F
Black with #F6423F
Text Example
Text Example
White with #F6423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6423F; }
p { color: rgb(246,66,63); }
H1.HeaderClassName
{
color: #F6423F;
}
.AnyTagClassName
{
color: #F6423F;
}
</style>
background-color css
<style>
a { background-color: #F6423F; }
a { background-color: rgb(246,66,63); }
div.DivClassName
{
background-color: #F6423F;
}
.BgClassName
{
background-color: #F6423F;
}
</style>
border-color css
<style>
span { border-color: #F6423F; }
span { border-color: rgb(246,66,63); }
td.TdClassName
{
border-color: #F6423F;
}
.TagClassName
{
border-color: #F6423F;
}
</style>