Shades of Light Coral #F2857F
Tints of Light Coral #F2857F
RGB
CMYK
RGB Variations
Color information
#F2857F (or 0xF2857F) is known color: Light Coral. HEX triplet: F2, 85 and 7F. RGB value is (242,133,127). Sum of RGB (Red+Green+Blue) = 242+133+127=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2857F is #0D7A80. Grayscale: #A5A5A5. Windows color (decimal): -883329 or 8357362. OLE color: 8357362.
HSL color Cylindrical-coordinate representation of color #F2857F: hue angle of 3.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2857F is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 127 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.05 |
| HSL | 3.13º | 0.82% | 0.72% | - |
| HSV(B) | 3.13º | 0.48% | 0.95% | - |
| XYZ | 48.84 | 37.18 | 24.68 | - |
| YUV | 164.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 127 | 0 | 0.45 | 0.48 | 0.05 | 3.13 | 0.82 | 0.72 |
| Hex | F2 | 85 | 7F | 0 | 2D | 30 | 5 | 3 | 52 | 48 |
| Octal | 362 | 205 | 177 | 0 | 55 | 60 | 5 | 3 | 122 | 110 |
| Binary | 11110010 | 10000101 | 1111111 | 0 | 101101 | 110000 | 101 | 11 | 1010010 | 1001000 |
Color Harmonies of #F2857F
Complementary color
Monochromatic Colors of #F2857F
Black with #F2857F
Text Example
Text Example
White with #F2857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2857F; }
p { color: rgb(242,133,127); }
H1.HeaderClassName
{
color: #F2857F;
}
.AnyTagClassName
{
color: #F2857F;
}
</style>
background-color css
<style>
a { background-color: #F2857F; }
a { background-color: rgb(242,133,127); }
div.DivClassName
{
background-color: #F2857F;
}
.BgClassName
{
background-color: #F2857F;
}
</style>
border-color css
<style>
span { border-color: #F2857F; }
span { border-color: rgb(242,133,127); }
td.TdClassName
{
border-color: #F2857F;
}
.TagClassName
{
border-color: #F2857F;
}
</style>