Shades of Light Coral #FA8581
Tints of Light Coral #FA8581
RGB
CMYK
RGB Variations
Color information
#FA8581 (or 0xFA8581) is known color: Light Coral. HEX triplet: FA, 85 and 81. RGB value is (250,133,129). Sum of RGB (Red+Green+Blue) = 250+133+129=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8581 is #057A7E. Grayscale: #A7A7A7. Windows color (decimal): -359039 or 8488442. OLE color: 8488442.
HSL color Cylindrical-coordinate representation of color #FA8581: hue angle of 1.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8581 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 129 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.02 |
| HSL | 1.98º | 0.92% | 0.74% | - |
| HSV(B) | 1.98º | 0.48% | 0.98% | - |
| XYZ | 51.77 | 38.68 | 25.51 | - |
| YUV | 167.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 129 | 0 | 0.47 | 0.48 | 0.02 | 1.98 | 0.92 | 0.74 |
| Hex | FA | 85 | 81 | 0 | 2F | 30 | 2 | 2 | 5C | 4A |
| Octal | 372 | 205 | 201 | 0 | 57 | 60 | 2 | 2 | 134 | 112 |
| Binary | 11111010 | 10000101 | 10000001 | 0 | 101111 | 110000 | 10 | 10 | 1011100 | 1001010 |
Color Harmonies of #FA8581
Complementary color
Monochromatic Colors of #FA8581
Black with #FA8581
Text Example
Text Example
White with #FA8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8581; }
p { color: rgb(250,133,129); }
H1.HeaderClassName
{
color: #FA8581;
}
.AnyTagClassName
{
color: #FA8581;
}
</style>
background-color css
<style>
a { background-color: #FA8581; }
a { background-color: rgb(250,133,129); }
div.DivClassName
{
background-color: #FA8581;
}
.BgClassName
{
background-color: #FA8581;
}
</style>
border-color css
<style>
span { border-color: #FA8581; }
span { border-color: rgb(250,133,129); }
td.TdClassName
{
border-color: #FA8581;
}
.TagClassName
{
border-color: #FA8581;
}
</style>