Shades of Light Coral #F9817D
Tints of Light Coral #F9817D
RGB
CMYK
RGB Variations
Color information
#F9817D (or 0xF9817D) is known color: Light Coral. HEX triplet: F9, 81 and 7D. RGB value is (249,129,125). Sum of RGB (Red+Green+Blue) = 249+129+125=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9817D is #067E82. Grayscale: #A4A4A4. Windows color (decimal): -425603 or 8225273. OLE color: 8225273.
HSL color Cylindrical-coordinate representation of color #F9817D: hue angle of 1.94º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9817D is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 125 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.02 |
| HSL | 1.94º | 0.91% | 0.73% | - |
| HSV(B) | 1.94º | 0.5% | 0.98% | - |
| XYZ | 50.62 | 37.32 | 23.94 | - |
| YUV | 164.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 125 | 0 | 0.48 | 0.50 | 0.02 | 1.94 | 0.91 | 0.73 |
| Hex | F9 | 81 | 7D | 0 | 30 | 32 | 2 | 2 | 5B | 49 |
| Octal | 371 | 201 | 175 | 0 | 60 | 62 | 2 | 2 | 133 | 111 |
| Binary | 11111001 | 10000001 | 1111101 | 0 | 110000 | 110010 | 10 | 10 | 1011011 | 1001001 |
Color Harmonies of #F9817D
Complementary color
Monochromatic Colors of #F9817D
Black with #F9817D
Text Example
Text Example
White with #F9817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9817D; }
p { color: rgb(249,129,125); }
H1.HeaderClassName
{
color: #F9817D;
}
.AnyTagClassName
{
color: #F9817D;
}
</style>
background-color css
<style>
a { background-color: #F9817D; }
a { background-color: rgb(249,129,125); }
div.DivClassName
{
background-color: #F9817D;
}
.BgClassName
{
background-color: #F9817D;
}
</style>
border-color css
<style>
span { border-color: #F9817D; }
span { border-color: rgb(249,129,125); }
td.TdClassName
{
border-color: #F9817D;
}
.TagClassName
{
border-color: #F9817D;
}
</style>