Shades of Light Coral #F67F7E
Tints of Light Coral #F67F7E
RGB
CMYK
RGB Variations
Color information
#F67F7E (or 0xF67F7E) is known color: Light Coral. HEX triplet: F6, 7F and 7E. RGB value is (246,127,126). Sum of RGB (Red+Green+Blue) = 246+127+126=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F7E is #098081. Grayscale: #A2A2A2. Windows color (decimal): -622722 or 8290294. OLE color: 8290294.
HSL color Cylindrical-coordinate representation of color #F67F7E: hue angle of 0.5º degrees, saturation: 0.87, 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 #F67F7E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 126 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.04 |
| HSL | 0.5º | 0.87% | 0.73% | - |
| HSV(B) | 0.5º | 0.49% | 0.96% | - |
| XYZ | 49.36 | 36.28 | 24.14 | - |
| YUV | 162.47 | 107.42 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 126 | 0 | 0.48 | 0.49 | 0.04 | 0.5 | 0.87 | 0.73 |
| Hex | F6 | 7F | 7E | 0 | 30 | 31 | 4 | 0 | 57 | 49 |
| Octal | 366 | 177 | 176 | 0 | 60 | 61 | 4 | 0 | 127 | 111 |
| Binary | 11110110 | 1111111 | 1111110 | 0 | 110000 | 110001 | 100 | 0 | 1010111 | 1001001 |
Color Harmonies of #F67F7E
Complementary color
Monochromatic Colors of #F67F7E
Black with #F67F7E
Text Example
Text Example
White with #F67F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F7E; }
p { color: rgb(246,127,126); }
H1.HeaderClassName
{
color: #F67F7E;
}
.AnyTagClassName
{
color: #F67F7E;
}
</style>
background-color css
<style>
a { background-color: #F67F7E; }
a { background-color: rgb(246,127,126); }
div.DivClassName
{
background-color: #F67F7E;
}
.BgClassName
{
background-color: #F67F7E;
}
</style>
border-color css
<style>
span { border-color: #F67F7E; }
span { border-color: rgb(246,127,126); }
td.TdClassName
{
border-color: #F67F7E;
}
.TagClassName
{
border-color: #F67F7E;
}
</style>