Shades of Coral Red #F34140
Tints of Coral Red #F34140
RGB
CMYK
RGB Variations
Color information
#F34140 (or 0xF34140) is known color: Coral Red. HEX triplet: F3, 41 and 40. RGB value is (243,65,64). Sum of RGB (Red+Green+Blue) = 243+65+64=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F34140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34140 is #0CBEBF. Grayscale: #767676. Windows color (decimal): -835264 or 4211187. OLE color: 4211187.
HSL color Cylindrical-coordinate representation of color #F34140: hue angle of 0.34º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34140 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 64 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.05 |
| HSL | 0.34º | 0.88% | 0.6% | - |
| HSV(B) | 0.34º | 0.74% | 0.95% | - |
| XYZ | 39.78 | 23.21 | 7.23 | - |
| YUV | 118.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 64 | 0 | 0.73 | 0.74 | 0.05 | 0.34 | 0.88 | 0.6 |
| Hex | F3 | 41 | 40 | 0 | 49 | 4A | 5 | 0 | 58 | 3C |
| Octal | 363 | 101 | 100 | 0 | 111 | 112 | 5 | 0 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1000000 | 0 | 1001001 | 1001010 | 101 | 0 | 1011000 | 111100 |
Color Harmonies of #F34140
Complementary color
Monochromatic Colors of #F34140
Black with #F34140
Text Example
Text Example
White with #F34140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34140; }
p { color: rgb(243,65,64); }
H1.HeaderClassName
{
color: #F34140;
}
.AnyTagClassName
{
color: #F34140;
}
</style>
background-color css
<style>
a { background-color: #F34140; }
a { background-color: rgb(243,65,64); }
div.DivClassName
{
background-color: #F34140;
}
.BgClassName
{
background-color: #F34140;
}
</style>
border-color css
<style>
span { border-color: #F34140; }
span { border-color: rgb(243,65,64); }
td.TdClassName
{
border-color: #F34140;
}
.TagClassName
{
border-color: #F34140;
}
</style>