Shades of Light Coral #F98483
Tints of Light Coral #F98483
RGB
CMYK
RGB Variations
Color information
#F98483 (or 0xF98483) is known color: Light Coral. HEX triplet: F9, 84 and 83. RGB value is (249,132,131). Sum of RGB (Red+Green+Blue) = 249+132+131=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F98483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98483 is #067B7C. Grayscale: #A6A6A6. Windows color (decimal): -424829 or 8619257. OLE color: 8619257.
HSL color Cylindrical-coordinate representation of color #F98483: hue angle of 0.51º 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 #F98483 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 131 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.02 |
| HSL | 0.51º | 0.91% | 0.75% | - |
| HSV(B) | 0.51º | 0.47% | 0.98% | - |
| XYZ | 51.41 | 38.28 | 26.15 | - |
| YUV | 166.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 131 | 0 | 0.47 | 0.47 | 0.02 | 0.51 | 0.91 | 0.75 |
| Hex | F9 | 84 | 83 | 0 | 2F | 2F | 2 | 1 | 5B | 4B |
| Octal | 371 | 204 | 203 | 0 | 57 | 57 | 2 | 1 | 133 | 113 |
| Binary | 11111001 | 10000100 | 10000011 | 0 | 101111 | 101111 | 10 | 1 | 1011011 | 1001011 |
Color Harmonies of #F98483
Complementary color
Monochromatic Colors of #F98483
Black with #F98483
Text Example
Text Example
White with #F98483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98483; }
p { color: rgb(249,132,131); }
H1.HeaderClassName
{
color: #F98483;
}
.AnyTagClassName
{
color: #F98483;
}
</style>
background-color css
<style>
a { background-color: #F98483; }
a { background-color: rgb(249,132,131); }
div.DivClassName
{
background-color: #F98483;
}
.BgClassName
{
background-color: #F98483;
}
</style>
border-color css
<style>
span { border-color: #F98483; }
span { border-color: rgb(249,132,131); }
td.TdClassName
{
border-color: #F98483;
}
.TagClassName
{
border-color: #F98483;
}
</style>