Shades of Light Coral #F17F7C
Tints of Light Coral #F17F7C
RGB
CMYK
RGB Variations
Color information
#F17F7C (or 0xF17F7C) is known color: Light Coral. HEX triplet: F1, 7F and 7C. RGB value is (241,127,124). Sum of RGB (Red+Green+Blue) = 241+127+124=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F7C is #0E8083. Grayscale: #A0A0A0. Windows color (decimal): -950404 or 8159217. OLE color: 8159217.
HSL color Cylindrical-coordinate representation of color #F17F7C: hue angle of 1.54º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17F7C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 124 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.05 |
| HSL | 1.54º | 0.81% | 0.72% | - |
| HSV(B) | 1.54º | 0.49% | 0.95% | - |
| XYZ | 47.5 | 35.33 | 23.39 | - |
| YUV | 160.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 124 | 0 | 0.47 | 0.49 | 0.05 | 1.54 | 0.81 | 0.72 |
| Hex | F1 | 7F | 7C | 0 | 2F | 31 | 5 | 2 | 51 | 48 |
| Octal | 361 | 177 | 174 | 0 | 57 | 61 | 5 | 2 | 121 | 110 |
| Binary | 11110001 | 1111111 | 1111100 | 0 | 101111 | 110001 | 101 | 10 | 1010001 | 1001000 |
Color Harmonies of #F17F7C
Complementary color
Monochromatic Colors of #F17F7C
Black with #F17F7C
Text Example
Text Example
White with #F17F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F7C; }
p { color: rgb(241,127,124); }
H1.HeaderClassName
{
color: #F17F7C;
}
.AnyTagClassName
{
color: #F17F7C;
}
</style>
background-color css
<style>
a { background-color: #F17F7C; }
a { background-color: rgb(241,127,124); }
div.DivClassName
{
background-color: #F17F7C;
}
.BgClassName
{
background-color: #F17F7C;
}
</style>
border-color css
<style>
span { border-color: #F17F7C; }
span { border-color: rgb(241,127,124); }
td.TdClassName
{
border-color: #F17F7C;
}
.TagClassName
{
border-color: #F17F7C;
}
</style>