Shades of Torch Red #F90C44
Tints of Torch Red #F90C44
RGB
CMYK
RGB Variations
Color information
#F90C44 (or 0xF90C44) is known color: Torch Red. HEX triplet: F9, 0C and 44. RGB value is (249,12,68). Sum of RGB (Red+Green+Blue) = 249+12+68=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90C44 is #06F3BB. Grayscale: #595959. Windows color (decimal): -455612 or 4459769. OLE color: 4459769.
HSL color Cylindrical-coordinate representation of color #F90C44: hue angle of 345.82º 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 #F90C44 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 68 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.02 |
| HSL | 345.82º | 0.95% | 0.51% | - |
| HSV(B) | 345.82º | 0.95% | 0.98% | - |
| XYZ | 40.24 | 20.82 | 7.37 | - |
| YUV | 89.25 | 116.02 | 241.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 68 | 0 | 0.95 | 0.73 | 0.02 | 345.82 | 0.95 | 0.51 |
| Hex | F9 | C | 44 | 0 | 5F | 49 | 2 | 15A | 5F | 33 |
| Octal | 371 | 14 | 104 | 0 | 137 | 111 | 2 | 532 | 137 | 63 |
| Binary | 11111001 | 1100 | 1000100 | 0 | 1011111 | 1001001 | 10 | 101011010 | 1011111 | 110011 |
Color Harmonies of #F90C44
Complementary color
Monochromatic Colors of #F90C44
Black with #F90C44
Text Example
Text Example
White with #F90C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C44; }
p { color: rgb(249,12,68); }
H1.HeaderClassName
{
color: #F90C44;
}
.AnyTagClassName
{
color: #F90C44;
}
</style>
background-color css
<style>
a { background-color: #F90C44; }
a { background-color: rgb(249,12,68); }
div.DivClassName
{
background-color: #F90C44;
}
.BgClassName
{
background-color: #F90C44;
}
</style>
border-color css
<style>
span { border-color: #F90C44; }
span { border-color: rgb(249,12,68); }
td.TdClassName
{
border-color: #F90C44;
}
.TagClassName
{
border-color: #F90C44;
}
</style>