Shades of Light Coral #F17F7E
Tints of Light Coral #F17F7E
RGB
CMYK
RGB Variations
Color information
#F17F7E (or 0xF17F7E) is known color: Light Coral. HEX triplet: F1, 7F and 7E. RGB value is (241,127,126). Sum of RGB (Red+Green+Blue) = 241+127+126=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F7E is #0E8081. Grayscale: #A1A1A1. Windows color (decimal): -950402 or 8290289. OLE color: 8290289.
HSL color Cylindrical-coordinate representation of color #F17F7E: hue angle of 0.52º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17F7E is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 126 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.05 |
| HSL | 0.52º | 0.8% | 0.72% | - |
| HSV(B) | 0.52º | 0.48% | 0.95% | - |
| XYZ | 47.63 | 35.39 | 24.06 | - |
| YUV | 160.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 126 | 0 | 0.47 | 0.48 | 0.05 | 0.52 | 0.8 | 0.72 |
| Hex | F1 | 7F | 7E | 0 | 2F | 30 | 5 | 1 | 50 | 48 |
| Octal | 361 | 177 | 176 | 0 | 57 | 60 | 5 | 1 | 120 | 110 |
| Binary | 11110001 | 1111111 | 1111110 | 0 | 101111 | 110000 | 101 | 1 | 1010000 | 1001000 |
Color Harmonies of #F17F7E
Complementary color
Monochromatic Colors of #F17F7E
Black with #F17F7E
Text Example
Text Example
White with #F17F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F7E; }
p { color: rgb(241,127,126); }
H1.HeaderClassName
{
color: #F17F7E;
}
.AnyTagClassName
{
color: #F17F7E;
}
</style>
background-color css
<style>
a { background-color: #F17F7E; }
a { background-color: rgb(241,127,126); }
div.DivClassName
{
background-color: #F17F7E;
}
.BgClassName
{
background-color: #F17F7E;
}
</style>
border-color css
<style>
span { border-color: #F17F7E; }
span { border-color: rgb(241,127,126); }
td.TdClassName
{
border-color: #F17F7E;
}
.TagClassName
{
border-color: #F17F7E;
}
</style>