Shades of Light Coral #F5817D
Tints of Light Coral #F5817D
RGB
CMYK
RGB Variations
Color information
#F5817D (or 0xF5817D) is known color: Light Coral. HEX triplet: F5, 81 and 7D. RGB value is (245,129,125). Sum of RGB (Red+Green+Blue) = 245+129+125=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5817D is #0A7E82. Grayscale: #A3A3A3. Windows color (decimal): -687747 or 8225269. OLE color: 8225269.
HSL color Cylindrical-coordinate representation of color #F5817D: hue angle of 2º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5817D is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 125 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.04 |
| HSL | 2º | 0.86% | 0.73% | - |
| HSV(B) | 2º | 0.49% | 0.96% | - |
| XYZ | 49.21 | 36.59 | 23.87 | - |
| YUV | 163.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 125 | 0 | 0.47 | 0.49 | 0.04 | 2 | 0.86 | 0.73 |
| Hex | F5 | 81 | 7D | 0 | 2F | 31 | 4 | 2 | 56 | 49 |
| Octal | 365 | 201 | 175 | 0 | 57 | 61 | 4 | 2 | 126 | 111 |
| Binary | 11110101 | 10000001 | 1111101 | 0 | 101111 | 110001 | 100 | 10 | 1010110 | 1001001 |
Color Harmonies of #F5817D
Complementary color
Monochromatic Colors of #F5817D
Black with #F5817D
Text Example
Text Example
White with #F5817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5817D; }
p { color: rgb(245,129,125); }
H1.HeaderClassName
{
color: #F5817D;
}
.AnyTagClassName
{
color: #F5817D;
}
</style>
background-color css
<style>
a { background-color: #F5817D; }
a { background-color: rgb(245,129,125); }
div.DivClassName
{
background-color: #F5817D;
}
.BgClassName
{
background-color: #F5817D;
}
</style>
border-color css
<style>
span { border-color: #F5817D; }
span { border-color: rgb(245,129,125); }
td.TdClassName
{
border-color: #F5817D;
}
.TagClassName
{
border-color: #F5817D;
}
</style>