Shades of Coral Red #F63F3E
Tints of Coral Red #F63F3E
RGB
CMYK
RGB Variations
Color information
#F63F3E (or 0xF63F3E) is known color: Coral Red. HEX triplet: F6, 3F and 3E. RGB value is (246,63,62). Sum of RGB (Red+Green+Blue) = 246+63+62=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F3E is #09C0C1. Grayscale: #757575. Windows color (decimal): -639170 or 4079606. OLE color: 4079606.
HSL color Cylindrical-coordinate representation of color #F63F3E: hue angle of 0.33º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63F3E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 62 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.04 |
| HSL | 0.33º | 0.91% | 0.6% | - |
| HSV(B) | 0.33º | 0.75% | 0.96% | - |
| XYZ | 40.65 | 23.5 | 6.95 | - |
| YUV | 117.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 62 | 0 | 0.74 | 0.75 | 0.04 | 0.33 | 0.91 | 0.6 |
| Hex | F6 | 3F | 3E | 0 | 4A | 4B | 4 | 0 | 5B | 3C |
| Octal | 366 | 77 | 76 | 0 | 112 | 113 | 4 | 0 | 133 | 74 |
| Binary | 11110110 | 111111 | 111110 | 0 | 1001010 | 1001011 | 100 | 0 | 1011011 | 111100 |
Color Harmonies of #F63F3E
Complementary color
Monochromatic Colors of #F63F3E
Black with #F63F3E
Text Example
Text Example
White with #F63F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F3E; }
p { color: rgb(246,63,62); }
H1.HeaderClassName
{
color: #F63F3E;
}
.AnyTagClassName
{
color: #F63F3E;
}
</style>
background-color css
<style>
a { background-color: #F63F3E; }
a { background-color: rgb(246,63,62); }
div.DivClassName
{
background-color: #F63F3E;
}
.BgClassName
{
background-color: #F63F3E;
}
</style>
border-color css
<style>
span { border-color: #F63F3E; }
span { border-color: rgb(246,63,62); }
td.TdClassName
{
border-color: #F63F3E;
}
.TagClassName
{
border-color: #F63F3E;
}
</style>