Shades of Coral Red #FA413C
Tints of Coral Red #FA413C
RGB
CMYK
RGB Variations
Color information
#FA413C (or 0xFA413C) is known color: Coral Red. HEX triplet: FA, 41 and 3C. RGB value is (250,65,60). Sum of RGB (Red+Green+Blue) = 250+65+60=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA413C is #05BEC3. Grayscale: #777777. Windows color (decimal): -376516 or 3949050. OLE color: 3949050.
HSL color Cylindrical-coordinate representation of color #FA413C: hue angle of 1.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA413C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 60 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.02 |
| HSL | 1.58º | 0.95% | 0.61% | - |
| HSV(B) | 1.58º | 0.76% | 0.98% | - |
| XYZ | 42.13 | 24.43 | 6.77 | - |
| YUV | 119.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 60 | 0 | 0.74 | 0.76 | 0.02 | 1.58 | 0.95 | 0.61 |
| Hex | FA | 41 | 3C | 0 | 4A | 4C | 2 | 2 | 5F | 3D |
| Octal | 372 | 101 | 74 | 0 | 112 | 114 | 2 | 2 | 137 | 75 |
| Binary | 11111010 | 1000001 | 111100 | 0 | 1001010 | 1001100 | 10 | 10 | 1011111 | 111101 |
Color Harmonies of #FA413C
Complementary color
Monochromatic Colors of #FA413C
Black with #FA413C
Text Example
Text Example
White with #FA413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA413C; }
p { color: rgb(250,65,60); }
H1.HeaderClassName
{
color: #FA413C;
}
.AnyTagClassName
{
color: #FA413C;
}
</style>
background-color css
<style>
a { background-color: #FA413C; }
a { background-color: rgb(250,65,60); }
div.DivClassName
{
background-color: #FA413C;
}
.BgClassName
{
background-color: #FA413C;
}
</style>
border-color css
<style>
span { border-color: #FA413C; }
span { border-color: rgb(250,65,60); }
td.TdClassName
{
border-color: #FA413C;
}
.TagClassName
{
border-color: #FA413C;
}
</style>