Shades of Light Coral #F9857E
Tints of Light Coral #F9857E
RGB
CMYK
RGB Variations
Color information
#F9857E (or 0xF9857E) is known color: Light Coral. HEX triplet: F9, 85 and 7E. RGB value is (249,133,126). Sum of RGB (Red+Green+Blue) = 249+133+126=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9857E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9857E is #067A81. Grayscale: #A7A7A7. Windows color (decimal): -424578 or 8291833. OLE color: 8291833.
HSL color Cylindrical-coordinate representation of color #F9857E: hue angle of 3.41º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9857E is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 126 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.02 |
| HSL | 3.41º | 0.91% | 0.74% | - |
| HSV(B) | 3.41º | 0.49% | 0.98% | - |
| XYZ | 51.22 | 38.42 | 24.46 | - |
| YUV | 166.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 126 | 0 | 0.47 | 0.49 | 0.02 | 3.41 | 0.91 | 0.74 |
| Hex | F9 | 85 | 7E | 0 | 2F | 31 | 2 | 3 | 5B | 4A |
| Octal | 371 | 205 | 176 | 0 | 57 | 61 | 2 | 3 | 133 | 112 |
| Binary | 11111001 | 10000101 | 1111110 | 0 | 101111 | 110001 | 10 | 11 | 1011011 | 1001010 |
Color Harmonies of #F9857E
Complementary color
Monochromatic Colors of #F9857E
Black with #F9857E
Text Example
Text Example
White with #F9857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9857E; }
p { color: rgb(249,133,126); }
H1.HeaderClassName
{
color: #F9857E;
}
.AnyTagClassName
{
color: #F9857E;
}
</style>
background-color css
<style>
a { background-color: #F9857E; }
a { background-color: rgb(249,133,126); }
div.DivClassName
{
background-color: #F9857E;
}
.BgClassName
{
background-color: #F9857E;
}
</style>
border-color css
<style>
span { border-color: #F9857E; }
span { border-color: rgb(249,133,126); }
td.TdClassName
{
border-color: #F9857E;
}
.TagClassName
{
border-color: #F9857E;
}
</style>