Shades of Light Coral #F98280
Tints of Light Coral #F98280
RGB
CMYK
RGB Variations
Color information
#F98280 (or 0xF98280) is known color: Light Coral. HEX triplet: F9, 82 and 80. RGB value is (249,130,128). Sum of RGB (Red+Green+Blue) = 249+130+128=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F98280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98280 is #067D7F. Grayscale: #A5A5A5. Windows color (decimal): -425344 or 8422137. OLE color: 8422137.
HSL color Cylindrical-coordinate representation of color #F98280: hue angle of 0.99º 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 #F98280 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 128 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.02 |
| HSL | 0.99º | 0.91% | 0.74% | - |
| HSV(B) | 0.99º | 0.49% | 0.98% | - |
| XYZ | 50.95 | 37.66 | 25.01 | - |
| YUV | 165.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 128 | 0 | 0.48 | 0.49 | 0.02 | 0.99 | 0.91 | 0.74 |
| Hex | F9 | 82 | 80 | 0 | 30 | 31 | 2 | 1 | 5B | 4A |
| Octal | 371 | 202 | 200 | 0 | 60 | 61 | 2 | 1 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10000000 | 0 | 110000 | 110001 | 10 | 1 | 1011011 | 1001010 |
Color Harmonies of #F98280
Complementary color
Monochromatic Colors of #F98280
Black with #F98280
Text Example
Text Example
White with #F98280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98280; }
p { color: rgb(249,130,128); }
H1.HeaderClassName
{
color: #F98280;
}
.AnyTagClassName
{
color: #F98280;
}
</style>
background-color css
<style>
a { background-color: #F98280; }
a { background-color: rgb(249,130,128); }
div.DivClassName
{
background-color: #F98280;
}
.BgClassName
{
background-color: #F98280;
}
</style>
border-color css
<style>
span { border-color: #F98280; }
span { border-color: rgb(249,130,128); }
td.TdClassName
{
border-color: #F98280;
}
.TagClassName
{
border-color: #F98280;
}
</style>