Shades of Light Coral #F68481
Tints of Light Coral #F68481
RGB
CMYK
RGB Variations
Color information
#F68481 (or 0xF68481) is known color: Light Coral. HEX triplet: F6, 84 and 81. RGB value is (246,132,129). Sum of RGB (Red+Green+Blue) = 246+132+129=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F68481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68481 is #097B7E. Grayscale: #A5A5A5. Windows color (decimal): -621439 or 8488182. OLE color: 8488182.
HSL color Cylindrical-coordinate representation of color #F68481: hue angle of 1.54º 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 #F68481 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 129 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.04 |
| HSL | 1.54º | 0.87% | 0.74% | - |
| HSV(B) | 1.54º | 0.48% | 0.96% | - |
| XYZ | 50.22 | 37.68 | 25.4 | - |
| YUV | 165.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 129 | 0 | 0.46 | 0.48 | 0.04 | 1.54 | 0.87 | 0.74 |
| Hex | F6 | 84 | 81 | 0 | 2E | 30 | 4 | 2 | 57 | 4A |
| Octal | 366 | 204 | 201 | 0 | 56 | 60 | 4 | 2 | 127 | 112 |
| Binary | 11110110 | 10000100 | 10000001 | 0 | 101110 | 110000 | 100 | 10 | 1010111 | 1001010 |
Color Harmonies of #F68481
Complementary color
Monochromatic Colors of #F68481
Black with #F68481
Text Example
Text Example
White with #F68481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68481; }
p { color: rgb(246,132,129); }
H1.HeaderClassName
{
color: #F68481;
}
.AnyTagClassName
{
color: #F68481;
}
</style>
background-color css
<style>
a { background-color: #F68481; }
a { background-color: rgb(246,132,129); }
div.DivClassName
{
background-color: #F68481;
}
.BgClassName
{
background-color: #F68481;
}
</style>
border-color css
<style>
span { border-color: #F68481; }
span { border-color: rgb(246,132,129); }
td.TdClassName
{
border-color: #F68481;
}
.TagClassName
{
border-color: #F68481;
}
</style>