Shades of Coral Red #FA403F
Tints of Coral Red #FA403F
RGB
CMYK
RGB Variations
Color information
#FA403F (or 0xFA403F) is known color: Coral Red. HEX triplet: FA, 40 and 3F. RGB value is (250,64,63). Sum of RGB (Red+Green+Blue) = 250+64+63=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA403F is #05BFC0. Grayscale: #777777. Windows color (decimal): -376769 or 4145402. OLE color: 4145402.
HSL color Cylindrical-coordinate representation of color #FA403F: hue angle of 0.32º 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 #FA403F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 63 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.02 |
| HSL | 0.32º | 0.95% | 0.61% | - |
| HSV(B) | 0.32º | 0.75% | 0.98% | - |
| XYZ | 42.15 | 24.35 | 7.18 | - |
| YUV | 119.5 | 96.12 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 63 | 0 | 0.74 | 0.75 | 0.02 | 0.32 | 0.95 | 0.61 |
| Hex | FA | 40 | 3F | 0 | 4A | 4B | 2 | 0 | 5F | 3D |
| Octal | 372 | 100 | 77 | 0 | 112 | 113 | 2 | 0 | 137 | 75 |
| Binary | 11111010 | 1000000 | 111111 | 0 | 1001010 | 1001011 | 10 | 0 | 1011111 | 111101 |
Color Harmonies of #FA403F
Complementary color
Monochromatic Colors of #FA403F
Black with #FA403F
Text Example
Text Example
White with #FA403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA403F; }
p { color: rgb(250,64,63); }
H1.HeaderClassName
{
color: #FA403F;
}
.AnyTagClassName
{
color: #FA403F;
}
</style>
background-color css
<style>
a { background-color: #FA403F; }
a { background-color: rgb(250,64,63); }
div.DivClassName
{
background-color: #FA403F;
}
.BgClassName
{
background-color: #FA403F;
}
</style>
border-color css
<style>
span { border-color: #FA403F; }
span { border-color: rgb(250,64,63); }
td.TdClassName
{
border-color: #FA403F;
}
.TagClassName
{
border-color: #FA403F;
}
</style>