Shades of Torch Red #F90532
Tints of Torch Red #F90532
RGB
CMYK
RGB Variations
Color information
#F90532 (or 0xF90532) is known color: Torch Red. HEX triplet: F9, 05 and 32. RGB value is (249,5,50). Sum of RGB (Red+Green+Blue) = 249+5+50=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F90532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90532 is #06FACD. Grayscale: #535353. Windows color (decimal): -457422 or 3278329. OLE color: 3278329.
HSL color Cylindrical-coordinate representation of color #F90532: hue angle of 348.93º 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 #F90532 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.02 |
| HSL | 348.93º | 0.96% | 0.5% | - |
| HSV(B) | 348.93º | 0.98% | 0.98% | - |
| XYZ | 39.7 | 20.48 | 4.88 | - |
| YUV | 83.09 | 109.34 | 246.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 50 | 0 | 0.98 | 0.80 | 0.02 | 348.93 | 0.96 | 0.5 |
| Hex | F9 | 5 | 32 | 0 | 62 | 50 | 2 | 15D | 60 | 32 |
| Octal | 371 | 5 | 62 | 0 | 142 | 120 | 2 | 535 | 140 | 62 |
| Binary | 11111001 | 101 | 110010 | 0 | 1100010 | 1010000 | 10 | 101011101 | 1100000 | 110010 |
Color Harmonies of #F90532
Complementary color
Monochromatic Colors of #F90532
Black with #F90532
Text Example
Text Example
White with #F90532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90532; }
p { color: rgb(249,5,50); }
H1.HeaderClassName
{
color: #F90532;
}
.AnyTagClassName
{
color: #F90532;
}
</style>
background-color css
<style>
a { background-color: #F90532; }
a { background-color: rgb(249,5,50); }
div.DivClassName
{
background-color: #F90532;
}
.BgClassName
{
background-color: #F90532;
}
</style>
border-color css
<style>
span { border-color: #F90532; }
span { border-color: rgb(249,5,50); }
td.TdClassName
{
border-color: #F90532;
}
.TagClassName
{
border-color: #F90532;
}
</style>