Shades of Light Coral #F98A83
Tints of Light Coral #F98A83
RGB
CMYK
RGB Variations
Color information
#F98A83 (or 0xF98A83) is known color: Light Coral. HEX triplet: F9, 8A and 83. RGB value is (249,138,131). Sum of RGB (Red+Green+Blue) = 249+138+131=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A83 is #06757C. Grayscale: #AAAAAA. Windows color (decimal): -423293 or 8620793. OLE color: 8620793.
HSL color Cylindrical-coordinate representation of color #F98A83: hue angle of 3.56º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F98A83 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 131 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.02 |
| HSL | 3.56º | 0.91% | 0.75% | - |
| HSV(B) | 3.56º | 0.47% | 0.98% | - |
| XYZ | 52.25 | 39.96 | 26.43 | - |
| YUV | 170.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 131 | 0 | 0.45 | 0.47 | 0.02 | 3.56 | 0.91 | 0.75 |
| Hex | F9 | 8A | 83 | 0 | 2D | 2F | 2 | 4 | 5B | 4B |
| Octal | 371 | 212 | 203 | 0 | 55 | 57 | 2 | 4 | 133 | 113 |
| Binary | 11111001 | 10001010 | 10000011 | 0 | 101101 | 101111 | 10 | 100 | 1011011 | 1001011 |
Color Harmonies of #F98A83
Complementary color
Monochromatic Colors of #F98A83
Black with #F98A83
Text Example
Text Example
White with #F98A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A83; }
p { color: rgb(249,138,131); }
H1.HeaderClassName
{
color: #F98A83;
}
.AnyTagClassName
{
color: #F98A83;
}
</style>
background-color css
<style>
a { background-color: #F98A83; }
a { background-color: rgb(249,138,131); }
div.DivClassName
{
background-color: #F98A83;
}
.BgClassName
{
background-color: #F98A83;
}
</style>
border-color css
<style>
span { border-color: #F98A83; }
span { border-color: rgb(249,138,131); }
td.TdClassName
{
border-color: #F98A83;
}
.TagClassName
{
border-color: #F98A83;
}
</style>