Shades of Coral Red #FA443F
Tints of Coral Red #FA443F
RGB
CMYK
RGB Variations
Color information
#FA443F (or 0xFA443F) is known color: Coral Red. HEX triplet: FA, 44 and 3F. RGB value is (250,68,63). Sum of RGB (Red+Green+Blue) = 250+68+63=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA443F is #05BBC0. Grayscale: #7A7A7A. Windows color (decimal): -375745 or 4146426. OLE color: 4146426.
HSL color Cylindrical-coordinate representation of color #FA443F: hue angle of 1.6º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA443F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 63 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.02 |
| HSL | 1.6º | 0.95% | 0.61% | - |
| HSV(B) | 1.6º | 0.75% | 0.98% | - |
| XYZ | 42.39 | 24.82 | 7.26 | - |
| YUV | 121.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 63 | 0 | 0.73 | 0.75 | 0.02 | 1.6 | 0.95 | 0.61 |
| Hex | FA | 44 | 3F | 0 | 49 | 4B | 2 | 2 | 5F | 3D |
| Octal | 372 | 104 | 77 | 0 | 111 | 113 | 2 | 2 | 137 | 75 |
| Binary | 11111010 | 1000100 | 111111 | 0 | 1001001 | 1001011 | 10 | 10 | 1011111 | 111101 |
Color Harmonies of #FA443F
Complementary color
Monochromatic Colors of #FA443F
Black with #FA443F
Text Example
Text Example
White with #FA443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA443F; }
p { color: rgb(250,68,63); }
H1.HeaderClassName
{
color: #FA443F;
}
.AnyTagClassName
{
color: #FA443F;
}
</style>
background-color css
<style>
a { background-color: #FA443F; }
a { background-color: rgb(250,68,63); }
div.DivClassName
{
background-color: #FA443F;
}
.BgClassName
{
background-color: #FA443F;
}
</style>
border-color css
<style>
span { border-color: #FA443F; }
span { border-color: rgb(250,68,63); }
td.TdClassName
{
border-color: #FA443F;
}
.TagClassName
{
border-color: #FA443F;
}
</style>