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