Shades of Light Coral #F68381
Tints of Light Coral #F68381
RGB
CMYK
RGB Variations
Color information
#F68381 (or 0xF68381) is known color: Light Coral. HEX triplet: F6, 83 and 81. RGB value is (246,131,129). Sum of RGB (Red+Green+Blue) = 246+131+129=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F68381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68381 is #097C7E. Grayscale: #A5A5A5. Windows color (decimal): -621695 or 8487926. OLE color: 8487926.
HSL color Cylindrical-coordinate representation of color #F68381: hue angle of 1.03º 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 #F68381 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 129 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.04 |
| HSL | 1.03º | 0.87% | 0.74% | - |
| HSV(B) | 1.03º | 0.48% | 0.96% | - |
| XYZ | 50.08 | 37.41 | 25.35 | - |
| YUV | 165.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 129 | 0 | 0.47 | 0.48 | 0.04 | 1.03 | 0.87 | 0.74 |
| Hex | F6 | 83 | 81 | 0 | 2F | 30 | 4 | 1 | 57 | 4A |
| Octal | 366 | 203 | 201 | 0 | 57 | 60 | 4 | 1 | 127 | 112 |
| Binary | 11110110 | 10000011 | 10000001 | 0 | 101111 | 110000 | 100 | 1 | 1010111 | 1001010 |
Color Harmonies of #F68381
Complementary color
Monochromatic Colors of #F68381
Black with #F68381
Text Example
Text Example
White with #F68381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68381; }
p { color: rgb(246,131,129); }
H1.HeaderClassName
{
color: #F68381;
}
.AnyTagClassName
{
color: #F68381;
}
</style>
background-color css
<style>
a { background-color: #F68381; }
a { background-color: rgb(246,131,129); }
div.DivClassName
{
background-color: #F68381;
}
.BgClassName
{
background-color: #F68381;
}
</style>
border-color css
<style>
span { border-color: #F68381; }
span { border-color: rgb(246,131,129); }
td.TdClassName
{
border-color: #F68381;
}
.TagClassName
{
border-color: #F68381;
}
</style>