Shades of Light Coral #F4857D
Tints of Light Coral #F4857D
RGB
CMYK
RGB Variations
Color information
#F4857D (or 0xF4857D) is known color: Light Coral. HEX triplet: F4, 85 and 7D. RGB value is (244,133,125). Sum of RGB (Red+Green+Blue) = 244+133+125=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4857D is #0B7A82. Grayscale: #A5A5A5. Windows color (decimal): -752259 or 8226292. OLE color: 8226292.
HSL color Cylindrical-coordinate representation of color #F4857D: hue angle of 4.03º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4857D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 125 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.04 |
| HSL | 4.03º | 0.84% | 0.72% | - |
| HSV(B) | 4.03º | 0.49% | 0.96% | - |
| XYZ | 49.4 | 37.49 | 24.03 | - |
| YUV | 165.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 125 | 0 | 0.45 | 0.49 | 0.04 | 4.03 | 0.84 | 0.72 |
| Hex | F4 | 85 | 7D | 0 | 2D | 31 | 4 | 4 | 54 | 48 |
| Octal | 364 | 205 | 175 | 0 | 55 | 61 | 4 | 4 | 124 | 110 |
| Binary | 11110100 | 10000101 | 1111101 | 0 | 101101 | 110001 | 100 | 100 | 1010100 | 1001000 |
Color Harmonies of #F4857D
Complementary color
Monochromatic Colors of #F4857D
Black with #F4857D
Text Example
Text Example
White with #F4857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4857D; }
p { color: rgb(244,133,125); }
H1.HeaderClassName
{
color: #F4857D;
}
.AnyTagClassName
{
color: #F4857D;
}
</style>
background-color css
<style>
a { background-color: #F4857D; }
a { background-color: rgb(244,133,125); }
div.DivClassName
{
background-color: #F4857D;
}
.BgClassName
{
background-color: #F4857D;
}
</style>
border-color css
<style>
span { border-color: #F4857D; }
span { border-color: rgb(244,133,125); }
td.TdClassName
{
border-color: #F4857D;
}
.TagClassName
{
border-color: #F4857D;
}
</style>