Shades of Light Coral #F68581
Tints of Light Coral #F68581
RGB
CMYK
RGB Variations
Color information
#F68581 (or 0xF68581) is known color: Light Coral. HEX triplet: F6, 85 and 81. RGB value is (246,133,129). Sum of RGB (Red+Green+Blue) = 246+133+129=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F68581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68581 is #097A7E. Grayscale: #A6A6A6. Windows color (decimal): -621183 or 8488438. OLE color: 8488438.
HSL color Cylindrical-coordinate representation of color #F68581: hue angle of 2.05º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68581 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 129 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.04 |
| HSL | 2.05º | 0.87% | 0.74% | - |
| HSV(B) | 2.05º | 0.48% | 0.96% | - |
| XYZ | 50.36 | 37.95 | 25.44 | - |
| YUV | 166.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 129 | 0 | 0.46 | 0.48 | 0.04 | 2.05 | 0.87 | 0.74 |
| Hex | F6 | 85 | 81 | 0 | 2E | 30 | 4 | 2 | 57 | 4A |
| Octal | 366 | 205 | 201 | 0 | 56 | 60 | 4 | 2 | 127 | 112 |
| Binary | 11110110 | 10000101 | 10000001 | 0 | 101110 | 110000 | 100 | 10 | 1010111 | 1001010 |
Color Harmonies of #F68581
Complementary color
Monochromatic Colors of #F68581
Black with #F68581
Text Example
Text Example
White with #F68581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68581; }
p { color: rgb(246,133,129); }
H1.HeaderClassName
{
color: #F68581;
}
.AnyTagClassName
{
color: #F68581;
}
</style>
background-color css
<style>
a { background-color: #F68581; }
a { background-color: rgb(246,133,129); }
div.DivClassName
{
background-color: #F68581;
}
.BgClassName
{
background-color: #F68581;
}
</style>
border-color css
<style>
span { border-color: #F68581; }
span { border-color: rgb(246,133,129); }
td.TdClassName
{
border-color: #F68581;
}
.TagClassName
{
border-color: #F68581;
}
</style>