Shades of Light Coral #F98180
Tints of Light Coral #F98180
RGB
CMYK
RGB Variations
Color information
#F98180 (or 0xF98180) is known color: Light Coral. HEX triplet: F9, 81 and 80. RGB value is (249,129,128). Sum of RGB (Red+Green+Blue) = 249+129+128=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F98180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98180 is #067E7F. Grayscale: #A4A4A4. Windows color (decimal): -425600 or 8421881. OLE color: 8421881.
HSL color Cylindrical-coordinate representation of color #F98180: hue angle of 0.5º 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 #F98180 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 128 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.02 |
| HSL | 0.5º | 0.91% | 0.74% | - |
| HSV(B) | 0.5º | 0.49% | 0.98% | - |
| XYZ | 50.81 | 37.4 | 24.96 | - |
| YUV | 164.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 128 | 0 | 0.48 | 0.49 | 0.02 | 0.5 | 0.91 | 0.74 |
| Hex | F9 | 81 | 80 | 0 | 30 | 31 | 2 | 0 | 5B | 4A |
| Octal | 371 | 201 | 200 | 0 | 60 | 61 | 2 | 0 | 133 | 112 |
| Binary | 11111001 | 10000001 | 10000000 | 0 | 110000 | 110001 | 10 | 0 | 1011011 | 1001010 |
Color Harmonies of #F98180
Complementary color
Monochromatic Colors of #F98180
Black with #F98180
Text Example
Text Example
White with #F98180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98180; }
p { color: rgb(249,129,128); }
H1.HeaderClassName
{
color: #F98180;
}
.AnyTagClassName
{
color: #F98180;
}
</style>
background-color css
<style>
a { background-color: #F98180; }
a { background-color: rgb(249,129,128); }
div.DivClassName
{
background-color: #F98180;
}
.BgClassName
{
background-color: #F98180;
}
</style>
border-color css
<style>
span { border-color: #F98180; }
span { border-color: rgb(249,129,128); }
td.TdClassName
{
border-color: #F98180;
}
.TagClassName
{
border-color: #F98180;
}
</style>