Shades of Torch Red #F90545
Tints of Torch Red #F90545
RGB
CMYK
RGB Variations
Color information
#F90545 (or 0xF90545) is known color: Torch Red. HEX triplet: F9, 05 and 45. RGB value is (249,5,69). Sum of RGB (Red+Green+Blue) = 249+5+69=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F90545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90545 is #06FABA. Grayscale: #555555. Windows color (decimal): -457403 or 4523513. OLE color: 4523513.
HSL color Cylindrical-coordinate representation of color #F90545: hue angle of 344.26º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90545 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.02 |
| HSL | 344.26º | 0.96% | 0.5% | - |
| HSV(B) | 344.26º | 0.98% | 0.98% | - |
| XYZ | 40.2 | 20.68 | 7.5 | - |
| YUV | 85.25 | 118.84 | 244.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 69 | 0 | 0.98 | 0.72 | 0.02 | 344.26 | 0.96 | 0.5 |
| Hex | F9 | 5 | 45 | 0 | 62 | 48 | 2 | 158 | 60 | 32 |
| Octal | 371 | 5 | 105 | 0 | 142 | 110 | 2 | 530 | 140 | 62 |
| Binary | 11111001 | 101 | 1000101 | 0 | 1100010 | 1001000 | 10 | 101011000 | 1100000 | 110010 |
Color Harmonies of #F90545
Complementary color
Monochromatic Colors of #F90545
Black with #F90545
Text Example
Text Example
White with #F90545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90545; }
p { color: rgb(249,5,69); }
H1.HeaderClassName
{
color: #F90545;
}
.AnyTagClassName
{
color: #F90545;
}
</style>
background-color css
<style>
a { background-color: #F90545; }
a { background-color: rgb(249,5,69); }
div.DivClassName
{
background-color: #F90545;
}
.BgClassName
{
background-color: #F90545;
}
</style>
border-color css
<style>
span { border-color: #F90545; }
span { border-color: rgb(249,5,69); }
td.TdClassName
{
border-color: #F90545;
}
.TagClassName
{
border-color: #F90545;
}
</style>