Shades of Coral Red #F34542
Tints of Coral Red #F34542
RGB
CMYK
RGB Variations
Color information
#F34542 (or 0xF34542) is known color: Coral Red. HEX triplet: F3, 45 and 42. RGB value is (243,69,66). Sum of RGB (Red+Green+Blue) = 243+69+66=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F34542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34542 is #0CBABD. Grayscale: #787878. Windows color (decimal): -834238 or 4343283. OLE color: 4343283.
HSL color Cylindrical-coordinate representation of color #F34542: hue angle of 1.02º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34542 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 66 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.05 |
| HSL | 1.02º | 0.88% | 0.61% | - |
| HSV(B) | 1.02º | 0.73% | 0.95% | - |
| XYZ | 40.07 | 23.7 | 7.62 | - |
| YUV | 120.68 | 97.15 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 66 | 0 | 0.72 | 0.73 | 0.05 | 1.02 | 0.88 | 0.61 |
| Hex | F3 | 45 | 42 | 0 | 48 | 49 | 5 | 1 | 58 | 3D |
| Octal | 363 | 105 | 102 | 0 | 110 | 111 | 5 | 1 | 130 | 75 |
| Binary | 11110011 | 1000101 | 1000010 | 0 | 1001000 | 1001001 | 101 | 1 | 1011000 | 111101 |
Color Harmonies of #F34542
Complementary color
Monochromatic Colors of #F34542
Black with #F34542
Text Example
Text Example
White with #F34542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34542; }
p { color: rgb(243,69,66); }
H1.HeaderClassName
{
color: #F34542;
}
.AnyTagClassName
{
color: #F34542;
}
</style>
background-color css
<style>
a { background-color: #F34542; }
a { background-color: rgb(243,69,66); }
div.DivClassName
{
background-color: #F34542;
}
.BgClassName
{
background-color: #F34542;
}
</style>
border-color css
<style>
span { border-color: #F34542; }
span { border-color: rgb(243,69,66); }
td.TdClassName
{
border-color: #F34542;
}
.TagClassName
{
border-color: #F34542;
}
</style>