Shades of Coral Red #FA4541
Tints of Coral Red #FA4541
RGB
CMYK
RGB Variations
Color information
#FA4541 (or 0xFA4541) is known color: Coral Red. HEX triplet: FA, 45 and 41. RGB value is (250,69,65). Sum of RGB (Red+Green+Blue) = 250+69+65=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4541 is #05BABE. Grayscale: #7A7A7A. Windows color (decimal): -375487 or 4277754. OLE color: 4277754.
HSL color Cylindrical-coordinate representation of color #FA4541: hue angle of 1.3º 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 #FA4541 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 65 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.02 |
| HSL | 1.3º | 0.95% | 0.62% | - |
| HSV(B) | 1.3º | 0.74% | 0.98% | - |
| XYZ | 42.51 | 24.96 | 7.58 | - |
| YUV | 122.66 | 95.47 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 65 | 0 | 0.72 | 0.74 | 0.02 | 1.3 | 0.95 | 0.62 |
| Hex | FA | 45 | 41 | 0 | 48 | 4A | 2 | 1 | 5F | 3E |
| Octal | 372 | 105 | 101 | 0 | 110 | 112 | 2 | 1 | 137 | 76 |
| Binary | 11111010 | 1000101 | 1000001 | 0 | 1001000 | 1001010 | 10 | 1 | 1011111 | 111110 |
Color Harmonies of #FA4541
Complementary color
Monochromatic Colors of #FA4541
Black with #FA4541
Text Example
Text Example
White with #FA4541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4541; }
p { color: rgb(250,69,65); }
H1.HeaderClassName
{
color: #FA4541;
}
.AnyTagClassName
{
color: #FA4541;
}
</style>
background-color css
<style>
a { background-color: #FA4541; }
a { background-color: rgb(250,69,65); }
div.DivClassName
{
background-color: #FA4541;
}
.BgClassName
{
background-color: #FA4541;
}
</style>
border-color css
<style>
span { border-color: #FA4541; }
span { border-color: rgb(250,69,65); }
td.TdClassName
{
border-color: #FA4541;
}
.TagClassName
{
border-color: #FA4541;
}
</style>