Shades of Light Coral #F5817F
Tints of Light Coral #F5817F
RGB
CMYK
RGB Variations
Color information
#F5817F (or 0xF5817F) is known color: Light Coral. HEX triplet: F5, 81 and 7F. RGB value is (245,129,127). Sum of RGB (Red+Green+Blue) = 245+129+127=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5817F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5817F is #0A7E80. Grayscale: #A3A3A3. Windows color (decimal): -687745 or 8356341. OLE color: 8356341.
HSL color Cylindrical-coordinate representation of color #F5817F: hue angle of 1.02º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5817F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 127 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.04 |
| HSL | 1.02º | 0.86% | 0.73% | - |
| HSV(B) | 1.02º | 0.48% | 0.96% | - |
| XYZ | 49.34 | 36.65 | 24.55 | - |
| YUV | 163.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 127 | 0 | 0.47 | 0.48 | 0.04 | 1.02 | 0.86 | 0.73 |
| Hex | F5 | 81 | 7F | 0 | 2F | 30 | 4 | 1 | 56 | 49 |
| Octal | 365 | 201 | 177 | 0 | 57 | 60 | 4 | 1 | 126 | 111 |
| Binary | 11110101 | 10000001 | 1111111 | 0 | 101111 | 110000 | 100 | 1 | 1010110 | 1001001 |
Color Harmonies of #F5817F
Complementary color
Monochromatic Colors of #F5817F
Black with #F5817F
Text Example
Text Example
White with #F5817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5817F; }
p { color: rgb(245,129,127); }
H1.HeaderClassName
{
color: #F5817F;
}
.AnyTagClassName
{
color: #F5817F;
}
</style>
background-color css
<style>
a { background-color: #F5817F; }
a { background-color: rgb(245,129,127); }
div.DivClassName
{
background-color: #F5817F;
}
.BgClassName
{
background-color: #F5817F;
}
</style>
border-color css
<style>
span { border-color: #F5817F; }
span { border-color: rgb(245,129,127); }
td.TdClassName
{
border-color: #F5817F;
}
.TagClassName
{
border-color: #F5817F;
}
</style>