Shades of Light Coral #F98A80
Tints of Light Coral #F98A80
RGB
CMYK
RGB Variations
Color information
#F98A80 (or 0xF98A80) is known color: Light Coral. HEX triplet: F9, 8A and 80. RGB value is (249,138,128). Sum of RGB (Red+Green+Blue) = 249+138+128=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98A80 is #06757F. Grayscale: #AAAAAA. Windows color (decimal): -423296 or 8424185. OLE color: 8424185.
HSL color Cylindrical-coordinate representation of color #F98A80: hue angle of 4.96º 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 #F98A80 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 128 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.02 |
| HSL | 4.96º | 0.91% | 0.74% | - |
| HSV(B) | 4.96º | 0.49% | 0.98% | - |
| XYZ | 52.05 | 39.88 | 25.38 | - |
| YUV | 170.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 128 | 0 | 0.45 | 0.49 | 0.02 | 4.96 | 0.91 | 0.74 |
| Hex | F9 | 8A | 80 | 0 | 2D | 31 | 2 | 5 | 5B | 4A |
| Octal | 371 | 212 | 200 | 0 | 55 | 61 | 2 | 5 | 133 | 112 |
| Binary | 11111001 | 10001010 | 10000000 | 0 | 101101 | 110001 | 10 | 101 | 1011011 | 1001010 |
Color Harmonies of #F98A80
Complementary color
Monochromatic Colors of #F98A80
Black with #F98A80
Text Example
Text Example
White with #F98A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A80; }
p { color: rgb(249,138,128); }
H1.HeaderClassName
{
color: #F98A80;
}
.AnyTagClassName
{
color: #F98A80;
}
</style>
background-color css
<style>
a { background-color: #F98A80; }
a { background-color: rgb(249,138,128); }
div.DivClassName
{
background-color: #F98A80;
}
.BgClassName
{
background-color: #F98A80;
}
</style>
border-color css
<style>
span { border-color: #F98A80; }
span { border-color: rgb(249,138,128); }
td.TdClassName
{
border-color: #F98A80;
}
.TagClassName
{
border-color: #F98A80;
}
</style>