Shades of Light Coral #F17C7B
Tints of Light Coral #F17C7B
RGB
CMYK
RGB Variations
Color information
#F17C7B (or 0xF17C7B) is known color: Light Coral. HEX triplet: F1, 7C and 7B. RGB value is (241,124,123). Sum of RGB (Red+Green+Blue) = 241+124+123=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C7B is #0E8384. Grayscale: #9E9E9E. Windows color (decimal): -951173 or 8092913. OLE color: 8092913.
HSL color Cylindrical-coordinate representation of color #F17C7B: hue angle of 0.51º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17C7B is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 123 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.05 |
| HSL | 0.51º | 0.81% | 0.71% | - |
| HSV(B) | 0.51º | 0.49% | 0.95% | - |
| XYZ | 47.06 | 34.55 | 22.93 | - |
| YUV | 158.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 123 | 0 | 0.49 | 0.49 | 0.05 | 0.51 | 0.81 | 0.71 |
| Hex | F1 | 7C | 7B | 0 | 31 | 31 | 5 | 1 | 51 | 47 |
| Octal | 361 | 174 | 173 | 0 | 61 | 61 | 5 | 1 | 121 | 107 |
| Binary | 11110001 | 1111100 | 1111011 | 0 | 110001 | 110001 | 101 | 1 | 1010001 | 1000111 |
Color Harmonies of #F17C7B
Complementary color
Monochromatic Colors of #F17C7B
Black with #F17C7B
Text Example
Text Example
White with #F17C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C7B; }
p { color: rgb(241,124,123); }
H1.HeaderClassName
{
color: #F17C7B;
}
.AnyTagClassName
{
color: #F17C7B;
}
</style>
background-color css
<style>
a { background-color: #F17C7B; }
a { background-color: rgb(241,124,123); }
div.DivClassName
{
background-color: #F17C7B;
}
.BgClassName
{
background-color: #F17C7B;
}
</style>
border-color css
<style>
span { border-color: #F17C7B; }
span { border-color: rgb(241,124,123); }
td.TdClassName
{
border-color: #F17C7B;
}
.TagClassName
{
border-color: #F17C7B;
}
</style>