Shades of Light Coral #FF8581
Tints of Light Coral #FF8581
RGB
CMYK
RGB Variations
Color information
#FF8581 (or 0xFF8581) is known color: Light Coral. HEX triplet: FF, 85 and 81. RGB value is (255,133,129). Sum of RGB (Red+Green+Blue) = 255+133+129=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8581 is #007A7E. Grayscale: #A9A9A9. Windows color (decimal): -31359 or 8488447. OLE color: 8488447.
HSL color Cylindrical-coordinate representation of color #FF8581: hue angle of 1.9º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8581 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 129 | - |
| CMYK | 0 | 0.48 | 0.49 | 0 |
| HSL | 1.9º | 1% | 0.75% | - |
| HSV(B) | 1.9º | 0.49% | 1% | - |
| XYZ | 53.59 | 39.62 | 25.59 | - |
| YUV | 169.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 129 | 0 | 0.48 | 0.49 | 0 | 1.9 | 1 | 0.75 |
| Hex | FF | 85 | 81 | 0 | 30 | 31 | 0 | 2 | 64 | 4B |
| Octal | 377 | 205 | 201 | 0 | 60 | 61 | 0 | 2 | 144 | 113 |
| Binary | 11111111 | 10000101 | 10000001 | 0 | 110000 | 110001 | 0 | 10 | 1100100 | 1001011 |
Color Harmonies of #FF8581
Complementary color
Monochromatic Colors of #FF8581
Black with #FF8581
Text Example
Text Example
White with #FF8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8581; }
p { color: rgb(255,133,129); }
H1.HeaderClassName
{
color: #FF8581;
}
.AnyTagClassName
{
color: #FF8581;
}
</style>
background-color css
<style>
a { background-color: #FF8581; }
a { background-color: rgb(255,133,129); }
div.DivClassName
{
background-color: #FF8581;
}
.BgClassName
{
background-color: #FF8581;
}
</style>
border-color css
<style>
span { border-color: #FF8581; }
span { border-color: rgb(255,133,129); }
td.TdClassName
{
border-color: #FF8581;
}
.TagClassName
{
border-color: #FF8581;
}
</style>