Shades of Coral Red #FA4442
Tints of Coral Red #FA4442
RGB
CMYK
RGB Variations
Color information
#FA4442 (or 0xFA4442) is known color: Coral Red. HEX triplet: FA, 44 and 42. RGB value is (250,68,66). Sum of RGB (Red+Green+Blue) = 250+68+66=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4442 is #05BBBD. Grayscale: #7A7A7A. Windows color (decimal): -375742 or 4343034. OLE color: 4343034.
HSL color Cylindrical-coordinate representation of color #FA4442: hue angle of 0.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4442 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 66 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.02 |
| HSL | 0.65º | 0.95% | 0.62% | - |
| HSV(B) | 0.65º | 0.74% | 0.98% | - |
| XYZ | 42.47 | 24.85 | 7.71 | - |
| YUV | 122.19 | 96.3 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 66 | 0 | 0.73 | 0.74 | 0.02 | 0.65 | 0.95 | 0.62 |
| Hex | FA | 44 | 42 | 0 | 49 | 4A | 2 | 1 | 5F | 3E |
| Octal | 372 | 104 | 102 | 0 | 111 | 112 | 2 | 1 | 137 | 76 |
| Binary | 11111010 | 1000100 | 1000010 | 0 | 1001001 | 1001010 | 10 | 1 | 1011111 | 111110 |
Color Harmonies of #FA4442
Complementary color
Monochromatic Colors of #FA4442
Black with #FA4442
Text Example
Text Example
White with #FA4442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4442; }
p { color: rgb(250,68,66); }
H1.HeaderClassName
{
color: #FA4442;
}
.AnyTagClassName
{
color: #FA4442;
}
</style>
background-color css
<style>
a { background-color: #FA4442; }
a { background-color: rgb(250,68,66); }
div.DivClassName
{
background-color: #FA4442;
}
.BgClassName
{
background-color: #FA4442;
}
</style>
border-color css
<style>
span { border-color: #FA4442; }
span { border-color: rgb(250,68,66); }
td.TdClassName
{
border-color: #FA4442;
}
.TagClassName
{
border-color: #FA4442;
}
</style>