Shades of Coral Red #FA413B
Tints of Coral Red #FA413B
RGB
CMYK
RGB Variations
Color information
#FA413B (or 0xFA413B) is known color: Coral Red. HEX triplet: FA, 41 and 3B. RGB value is (250,65,59). Sum of RGB (Red+Green+Blue) = 250+65+59=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA413B is #05BEC4. Grayscale: #777777. Windows color (decimal): -376517 or 3883514. OLE color: 3883514.
HSL color Cylindrical-coordinate representation of color #FA413B: hue angle of 1.88º 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 #FA413B is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 59 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.02 |
| HSL | 1.88º | 0.95% | 0.61% | - |
| HSV(B) | 1.88º | 0.76% | 0.98% | - |
| XYZ | 42.1 | 24.42 | 6.63 | - |
| YUV | 119.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 59 | 0 | 0.74 | 0.76 | 0.02 | 1.88 | 0.95 | 0.61 |
| Hex | FA | 41 | 3B | 0 | 4A | 4C | 2 | 2 | 5F | 3D |
| Octal | 372 | 101 | 73 | 0 | 112 | 114 | 2 | 2 | 137 | 75 |
| Binary | 11111010 | 1000001 | 111011 | 0 | 1001010 | 1001100 | 10 | 10 | 1011111 | 111101 |
Color Harmonies of #FA413B
Complementary color
Monochromatic Colors of #FA413B
Black with #FA413B
Text Example
Text Example
White with #FA413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA413B; }
p { color: rgb(250,65,59); }
H1.HeaderClassName
{
color: #FA413B;
}
.AnyTagClassName
{
color: #FA413B;
}
</style>
background-color css
<style>
a { background-color: #FA413B; }
a { background-color: rgb(250,65,59); }
div.DivClassName
{
background-color: #FA413B;
}
.BgClassName
{
background-color: #FA413B;
}
</style>
border-color css
<style>
span { border-color: #FA413B; }
span { border-color: rgb(250,65,59); }
td.TdClassName
{
border-color: #FA413B;
}
.TagClassName
{
border-color: #FA413B;
}
</style>