Shades of Torch Red #FA1C48
Tints of Torch Red #FA1C48
RGB
CMYK
RGB Variations
Color information
#FA1C48 (or 0xFA1C48) is known color: Torch Red. HEX triplet: FA, 1C and 48. RGB value is (250,28,72). Sum of RGB (Red+Green+Blue) = 250+28+72=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C48 is #05E3B7. Grayscale: #636363. Windows color (decimal): -385976 or 4726010. OLE color: 4726010.
HSL color Cylindrical-coordinate representation of color #FA1C48: hue angle of 348.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C48 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 72 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.02 |
| HSL | 348.11º | 0.96% | 0.55% | - |
| HSV(B) | 348.11º | 0.89% | 0.98% | - |
| XYZ | 41.01 | 21.62 | 8.14 | - |
| YUV | 99.39 | 112.55 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 72 | 0 | 0.89 | 0.71 | 0.02 | 348.11 | 0.96 | 0.55 |
| Hex | FA | 1C | 48 | 0 | 59 | 47 | 2 | 15C | 60 | 37 |
| Octal | 372 | 34 | 110 | 0 | 131 | 107 | 2 | 534 | 140 | 67 |
| Binary | 11111010 | 11100 | 1001000 | 0 | 1011001 | 1000111 | 10 | 101011100 | 1100000 | 110111 |
Color Harmonies of #FA1C48
Complementary color
Monochromatic Colors of #FA1C48
Black with #FA1C48
Text Example
Text Example
White with #FA1C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C48; }
p { color: rgb(250,28,72); }
H1.HeaderClassName
{
color: #FA1C48;
}
.AnyTagClassName
{
color: #FA1C48;
}
</style>
background-color css
<style>
a { background-color: #FA1C48; }
a { background-color: rgb(250,28,72); }
div.DivClassName
{
background-color: #FA1C48;
}
.BgClassName
{
background-color: #FA1C48;
}
</style>
border-color css
<style>
span { border-color: #FA1C48; }
span { border-color: rgb(250,28,72); }
td.TdClassName
{
border-color: #FA1C48;
}
.TagClassName
{
border-color: #FA1C48;
}
</style>