Shades of Light Coral #FA8484
Tints of Light Coral #FA8484
RGB
CMYK
RGB Variations
Color information
#FA8484 (or 0xFA8484) is known color: Light Coral. HEX triplet: FA, 84 and 84. RGB value is (250,132,132). Sum of RGB (Red+Green+Blue) = 250+132+132=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8484 is #057B7B. Grayscale: #A7A7A7. Windows color (decimal): -359292 or 8684794. OLE color: 8684794.
HSL color Cylindrical-coordinate representation of color #FA8484: 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 #FA8484 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 132 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.02 |
| HSL | 0º | 0.92% | 0.75% | - |
| HSV(B) | 0º | 0.47% | 0.98% | - |
| XYZ | 51.84 | 38.49 | 26.53 | - |
| YUV | 167.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 132 | 0 | 0.47 | 0.47 | 0.02 | 0 | 0.92 | 0.75 |
| Hex | FA | 84 | 84 | 0 | 2F | 2F | 2 | 0 | 5C | 4B |
| Octal | 372 | 204 | 204 | 0 | 57 | 57 | 2 | 0 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10000100 | 0 | 101111 | 101111 | 10 | 0 | 1011100 | 1001011 |
Color Harmonies of #FA8484
Complementary color
Monochromatic Colors of #FA8484
Black with #FA8484
Text Example
Text Example
White with #FA8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8484; }
p { color: rgb(250,132,132); }
H1.HeaderClassName
{
color: #FA8484;
}
.AnyTagClassName
{
color: #FA8484;
}
</style>
background-color css
<style>
a { background-color: #FA8484; }
a { background-color: rgb(250,132,132); }
div.DivClassName
{
background-color: #FA8484;
}
.BgClassName
{
background-color: #FA8484;
}
</style>
border-color css
<style>
span { border-color: #FA8484; }
span { border-color: rgb(250,132,132); }
td.TdClassName
{
border-color: #FA8484;
}
.TagClassName
{
border-color: #FA8484;
}
</style>