Shades of Torch Red #F90345
Tints of Torch Red #F90345
RGB
CMYK
RGB Variations
Color information
#F90345 (or 0xF90345) is known color: Torch Red. HEX triplet: F9, 03 and 45. RGB value is (249,3,69). Sum of RGB (Red+Green+Blue) = 249+3+69=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F90345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90345 is #06FCBA. Grayscale: #545454. Windows color (decimal): -457915 or 4523001. OLE color: 4523001.
HSL color Cylindrical-coordinate representation of color #F90345: hue angle of 343.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90345 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.02 |
| HSL | 343.9º | 0.98% | 0.49% | - |
| HSV(B) | 343.9º | 0.99% | 0.98% | - |
| XYZ | 40.17 | 20.63 | 7.5 | - |
| YUV | 84.08 | 119.5 | 245.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 69 | 0 | 0.99 | 0.72 | 0.02 | 343.9 | 0.98 | 0.49 |
| Hex | F9 | 3 | 45 | 0 | 63 | 48 | 2 | 158 | 62 | 31 |
| Octal | 371 | 3 | 105 | 0 | 143 | 110 | 2 | 530 | 142 | 61 |
| Binary | 11111001 | 11 | 1000101 | 0 | 1100011 | 1001000 | 10 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F90345
Complementary color
Monochromatic Colors of #F90345
Black with #F90345
Text Example
Text Example
White with #F90345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90345; }
p { color: rgb(249,3,69); }
H1.HeaderClassName
{
color: #F90345;
}
.AnyTagClassName
{
color: #F90345;
}
</style>
background-color css
<style>
a { background-color: #F90345; }
a { background-color: rgb(249,3,69); }
div.DivClassName
{
background-color: #F90345;
}
.BgClassName
{
background-color: #F90345;
}
</style>
border-color css
<style>
span { border-color: #F90345; }
span { border-color: rgb(249,3,69); }
td.TdClassName
{
border-color: #F90345;
}
.TagClassName
{
border-color: #F90345;
}
</style>