Shades of Torch Red #F90C40
Tints of Torch Red #F90C40
RGB
CMYK
RGB Variations
Color information
#F90C40 (or 0xF90C40) is known color: Torch Red. HEX triplet: F9, 0C and 40. RGB value is (249,12,64). Sum of RGB (Red+Green+Blue) = 249+12+64=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90C40 is #06F3BF. Grayscale: #585858. Windows color (decimal): -455616 or 4197625. OLE color: 4197625.
HSL color Cylindrical-coordinate representation of color #F90C40: hue angle of 346.84º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90C40 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 64 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.02 |
| HSL | 346.84º | 0.95% | 0.51% | - |
| HSV(B) | 346.84º | 0.95% | 0.98% | - |
| XYZ | 40.12 | 20.77 | 6.75 | - |
| YUV | 88.79 | 114.02 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 64 | 0 | 0.95 | 0.74 | 0.02 | 346.84 | 0.95 | 0.51 |
| Hex | F9 | C | 40 | 0 | 5F | 4A | 2 | 15B | 5F | 33 |
| Octal | 371 | 14 | 100 | 0 | 137 | 112 | 2 | 533 | 137 | 63 |
| Binary | 11111001 | 1100 | 1000000 | 0 | 1011111 | 1001010 | 10 | 101011011 | 1011111 | 110011 |
Color Harmonies of #F90C40
Complementary color
Monochromatic Colors of #F90C40
Black with #F90C40
Text Example
Text Example
White with #F90C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C40; }
p { color: rgb(249,12,64); }
H1.HeaderClassName
{
color: #F90C40;
}
.AnyTagClassName
{
color: #F90C40;
}
</style>
background-color css
<style>
a { background-color: #F90C40; }
a { background-color: rgb(249,12,64); }
div.DivClassName
{
background-color: #F90C40;
}
.BgClassName
{
background-color: #F90C40;
}
</style>
border-color css
<style>
span { border-color: #F90C40; }
span { border-color: rgb(249,12,64); }
td.TdClassName
{
border-color: #F90C40;
}
.TagClassName
{
border-color: #F90C40;
}
</style>