Shades of Torch Red #FA2045
Tints of Torch Red #FA2045
RGB
CMYK
RGB Variations
Color information
#FA2045 (or 0xFA2045) is known color: Torch Red. HEX triplet: FA, 20 and 45. RGB value is (250,32,69). Sum of RGB (Red+Green+Blue) = 250+32+69=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2045 is #05DFBA. Grayscale: #656565. Windows color (decimal): -384955 or 4530426. OLE color: 4530426.
HSL color Cylindrical-coordinate representation of color #FA2045: hue angle of 349.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2045 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 69 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.02 |
| HSL | 349.82º | 0.96% | 0.55% | - |
| HSV(B) | 349.82º | 0.87% | 0.98% | - |
| XYZ | 41.02 | 21.79 | 7.67 | - |
| YUV | 101.4 | 109.72 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 69 | 0 | 0.87 | 0.72 | 0.02 | 349.82 | 0.96 | 0.55 |
| Hex | FA | 20 | 45 | 0 | 57 | 48 | 2 | 15E | 60 | 37 |
| Octal | 372 | 40 | 105 | 0 | 127 | 110 | 2 | 536 | 140 | 67 |
| Binary | 11111010 | 100000 | 1000101 | 0 | 1010111 | 1001000 | 10 | 101011110 | 1100000 | 110111 |
Color Harmonies of #FA2045
Complementary color
Monochromatic Colors of #FA2045
Black with #FA2045
Text Example
Text Example
White with #FA2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2045; }
p { color: rgb(250,32,69); }
H1.HeaderClassName
{
color: #FA2045;
}
.AnyTagClassName
{
color: #FA2045;
}
</style>
background-color css
<style>
a { background-color: #FA2045; }
a { background-color: rgb(250,32,69); }
div.DivClassName
{
background-color: #FA2045;
}
.BgClassName
{
background-color: #FA2045;
}
</style>
border-color css
<style>
span { border-color: #FA2045; }
span { border-color: rgb(250,32,69); }
td.TdClassName
{
border-color: #FA2045;
}
.TagClassName
{
border-color: #FA2045;
}
</style>