Shades of Light Coral #FA8585
Tints of Light Coral #FA8585
RGB
CMYK
RGB Variations
Color information
#FA8585 (or 0xFA8585) is known color: Light Coral. HEX triplet: FA, 85 and 85. RGB value is (250,133,133). Sum of RGB (Red+Green+Blue) = 250+133+133=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8585 is #057A7A. Grayscale: #A8A8A8. Windows color (decimal): -359035 or 8750586. OLE color: 8750586.
HSL color Cylindrical-coordinate representation of color #FA8585: hue angle of 0º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA8585 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 133 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.02 |
| HSL | 0º | 0.92% | 0.75% | - |
| HSV(B) | 0º | 0.47% | 0.98% | - |
| XYZ | 52.05 | 38.79 | 26.93 | - |
| YUV | 167.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 133 | 0 | 0.47 | 0.47 | 0.02 | 0 | 0.92 | 0.75 |
| Hex | FA | 85 | 85 | 0 | 2F | 2F | 2 | 0 | 5C | 4B |
| Octal | 372 | 205 | 205 | 0 | 57 | 57 | 2 | 0 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10000101 | 0 | 101111 | 101111 | 10 | 0 | 1011100 | 1001011 |
Color Harmonies of #FA8585
Complementary color
Monochromatic Colors of #FA8585
Black with #FA8585
Text Example
Text Example
White with #FA8585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8585; }
p { color: rgb(250,133,133); }
H1.HeaderClassName
{
color: #FA8585;
}
.AnyTagClassName
{
color: #FA8585;
}
</style>
background-color css
<style>
a { background-color: #FA8585; }
a { background-color: rgb(250,133,133); }
div.DivClassName
{
background-color: #FA8585;
}
.BgClassName
{
background-color: #FA8585;
}
</style>
border-color css
<style>
span { border-color: #FA8585; }
span { border-color: rgb(250,133,133); }
td.TdClassName
{
border-color: #FA8585;
}
.TagClassName
{
border-color: #FA8585;
}
</style>