Shades of Coral Red #FA3C3A
Tints of Coral Red #FA3C3A
RGB
CMYK
RGB Variations
Color information
#FA3C3A (or 0xFA3C3A) is known color: Coral Red. HEX triplet: FA, 3C and 3A. RGB value is (250,60,58). Sum of RGB (Red+Green+Blue) = 250+60+58=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C3A is #05C3C5. Grayscale: #747474. Windows color (decimal): -377798 or 3816698. OLE color: 3816698.
HSL color Cylindrical-coordinate representation of color #FA3C3A: hue angle of 0.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3C3A is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 58 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.02 |
| HSL | 0.63º | 0.95% | 0.6% | - |
| HSV(B) | 0.63º | 0.77% | 0.98% | - |
| XYZ | 41.8 | 23.86 | 6.41 | - |
| YUV | 116.58 | 94.95 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 58 | 0 | 0.76 | 0.77 | 0.02 | 0.63 | 0.95 | 0.6 |
| Hex | FA | 3C | 3A | 0 | 4C | 4D | 2 | 1 | 5F | 3C |
| Octal | 372 | 74 | 72 | 0 | 114 | 115 | 2 | 1 | 137 | 74 |
| Binary | 11111010 | 111100 | 111010 | 0 | 1001100 | 1001101 | 10 | 1 | 1011111 | 111100 |
Color Harmonies of #FA3C3A
Complementary color
Monochromatic Colors of #FA3C3A
Black with #FA3C3A
Text Example
Text Example
White with #FA3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C3A; }
p { color: rgb(250,60,58); }
H1.HeaderClassName
{
color: #FA3C3A;
}
.AnyTagClassName
{
color: #FA3C3A;
}
</style>
background-color css
<style>
a { background-color: #FA3C3A; }
a { background-color: rgb(250,60,58); }
div.DivClassName
{
background-color: #FA3C3A;
}
.BgClassName
{
background-color: #FA3C3A;
}
</style>
border-color css
<style>
span { border-color: #FA3C3A; }
span { border-color: rgb(250,60,58); }
td.TdClassName
{
border-color: #FA3C3A;
}
.TagClassName
{
border-color: #FA3C3A;
}
</style>