Shades of Coral Red #FA3E3A
Tints of Coral Red #FA3E3A
RGB
CMYK
RGB Variations
Color information
#FA3E3A (or 0xFA3E3A) is known color: Coral Red. HEX triplet: FA, 3E and 3A. RGB value is (250,62,58). Sum of RGB (Red+Green+Blue) = 250+62+58=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3E3A is #05C1C5. Grayscale: #757575. Windows color (decimal): -377286 or 3817210. OLE color: 3817210.
HSL color Cylindrical-coordinate representation of color #FA3E3A: hue angle of 1.25º 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 #FA3E3A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 58 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.02 |
| HSL | 1.25º | 0.95% | 0.6% | - |
| HSV(B) | 1.25º | 0.77% | 0.98% | - |
| XYZ | 41.91 | 24.07 | 6.44 | - |
| YUV | 117.76 | 94.28 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 58 | 0 | 0.75 | 0.77 | 0.02 | 1.25 | 0.95 | 0.6 |
| Hex | FA | 3E | 3A | 0 | 4B | 4D | 2 | 1 | 5F | 3C |
| Octal | 372 | 76 | 72 | 0 | 113 | 115 | 2 | 1 | 137 | 74 |
| Binary | 11111010 | 111110 | 111010 | 0 | 1001011 | 1001101 | 10 | 1 | 1011111 | 111100 |
Color Harmonies of #FA3E3A
Complementary color
Monochromatic Colors of #FA3E3A
Black with #FA3E3A
Text Example
Text Example
White with #FA3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E3A; }
p { color: rgb(250,62,58); }
H1.HeaderClassName
{
color: #FA3E3A;
}
.AnyTagClassName
{
color: #FA3E3A;
}
</style>
background-color css
<style>
a { background-color: #FA3E3A; }
a { background-color: rgb(250,62,58); }
div.DivClassName
{
background-color: #FA3E3A;
}
.BgClassName
{
background-color: #FA3E3A;
}
</style>
border-color css
<style>
span { border-color: #FA3E3A; }
span { border-color: rgb(250,62,58); }
td.TdClassName
{
border-color: #FA3E3A;
}
.TagClassName
{
border-color: #FA3E3A;
}
</style>