Shades of Light Coral #F98882
Tints of Light Coral #F98882
RGB
CMYK
RGB Variations
Color information
#F98882 (or 0xF98882) is known color: Light Coral. HEX triplet: F9, 88 and 82. RGB value is (249,136,130). Sum of RGB (Red+Green+Blue) = 249+136+130=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F98882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98882 is #06777D. Grayscale: #A9A9A9. Windows color (decimal): -423806 or 8554745. OLE color: 8554745.
HSL color Cylindrical-coordinate representation of color #F98882: hue angle of 3.03º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F98882 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 130 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.02 |
| HSL | 3.03º | 0.91% | 0.74% | - |
| HSV(B) | 3.03º | 0.48% | 0.98% | - |
| XYZ | 51.9 | 39.36 | 25.98 | - |
| YUV | 169.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 130 | 0 | 0.45 | 0.48 | 0.02 | 3.03 | 0.91 | 0.74 |
| Hex | F9 | 88 | 82 | 0 | 2D | 30 | 2 | 3 | 5B | 4A |
| Octal | 371 | 210 | 202 | 0 | 55 | 60 | 2 | 3 | 133 | 112 |
| Binary | 11111001 | 10001000 | 10000010 | 0 | 101101 | 110000 | 10 | 11 | 1011011 | 1001010 |
Color Harmonies of #F98882
Complementary color
Monochromatic Colors of #F98882
Black with #F98882
Text Example
Text Example
White with #F98882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98882; }
p { color: rgb(249,136,130); }
H1.HeaderClassName
{
color: #F98882;
}
.AnyTagClassName
{
color: #F98882;
}
</style>
background-color css
<style>
a { background-color: #F98882; }
a { background-color: rgb(249,136,130); }
div.DivClassName
{
background-color: #F98882;
}
.BgClassName
{
background-color: #F98882;
}
</style>
border-color css
<style>
span { border-color: #F98882; }
span { border-color: rgb(249,136,130); }
td.TdClassName
{
border-color: #F98882;
}
.TagClassName
{
border-color: #F98882;
}
</style>