Shades of Torch Red #F90C3A
Tints of Torch Red #F90C3A
RGB
CMYK
RGB Variations
Color information
#F90C3A (or 0xF90C3A) is known color: Torch Red. HEX triplet: F9, 0C and 3A. RGB value is (249,12,58). Sum of RGB (Red+Green+Blue) = 249+12+58=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90C3A is #06F3C5. Grayscale: #585858. Windows color (decimal): -455622 or 3804409. OLE color: 3804409.
HSL color Cylindrical-coordinate representation of color #F90C3A: hue angle of 348.35º 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 #F90C3A is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 58 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.02 |
| HSL | 348.35º | 0.95% | 0.51% | - |
| HSV(B) | 348.35º | 0.95% | 0.98% | - |
| XYZ | 39.96 | 20.71 | 5.89 | - |
| YUV | 88.11 | 111.02 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 58 | 0 | 0.95 | 0.77 | 0.02 | 348.35 | 0.95 | 0.51 |
| Hex | F9 | C | 3A | 0 | 5F | 4D | 2 | 15C | 5F | 33 |
| Octal | 371 | 14 | 72 | 0 | 137 | 115 | 2 | 534 | 137 | 63 |
| Binary | 11111001 | 1100 | 111010 | 0 | 1011111 | 1001101 | 10 | 101011100 | 1011111 | 110011 |
Color Harmonies of #F90C3A
Complementary color
Monochromatic Colors of #F90C3A
Black with #F90C3A
Text Example
Text Example
White with #F90C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C3A; }
p { color: rgb(249,12,58); }
H1.HeaderClassName
{
color: #F90C3A;
}
.AnyTagClassName
{
color: #F90C3A;
}
</style>
background-color css
<style>
a { background-color: #F90C3A; }
a { background-color: rgb(249,12,58); }
div.DivClassName
{
background-color: #F90C3A;
}
.BgClassName
{
background-color: #F90C3A;
}
</style>
border-color css
<style>
span { border-color: #F90C3A; }
span { border-color: rgb(249,12,58); }
td.TdClassName
{
border-color: #F90C3A;
}
.TagClassName
{
border-color: #F90C3A;
}
</style>