Shades of Torch Red #FF044F
Tints of Torch Red #FF044F
RGB
CMYK
RGB Variations
Color information
#FF044F (or 0xFF044F) is known color: Torch Red. HEX triplet: FF, 04 and 4F. RGB value is (255,4,79). Sum of RGB (Red+Green+Blue) = 255+4+79=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF044F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF044F is #00FBB0. Grayscale: #575757. Windows color (decimal): -64433 or 5178623. OLE color: 5178623.
HSL color Cylindrical-coordinate representation of color #FF044F: hue angle of 342.07º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF044F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.69 | 0 |
| HSL | 342.07º | 1% | 0.51% | - |
| HSV(B) | 342.07º | 0.98% | 1% | - |
| XYZ | 42.69 | 21.91 | 9.38 | - |
| YUV | 87.6 | 123.16 | 247.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 79 | 0 | 0.98 | 0.69 | 0 | 342.07 | 1 | 0.51 |
| Hex | FF | 4 | 4F | 0 | 62 | 45 | 0 | 156 | 64 | 33 |
| Octal | 377 | 4 | 117 | 0 | 142 | 105 | 0 | 526 | 144 | 63 |
| Binary | 11111111 | 100 | 1001111 | 0 | 1100010 | 1000101 | 0 | 101010110 | 1100100 | 110011 |
Color Harmonies of #FF044F
Complementary color
Monochromatic Colors of #FF044F
Black with #FF044F
Text Example
Text Example
White with #FF044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF044F; }
p { color: rgb(255,4,79); }
H1.HeaderClassName
{
color: #FF044F;
}
.AnyTagClassName
{
color: #FF044F;
}
</style>
background-color css
<style>
a { background-color: #FF044F; }
a { background-color: rgb(255,4,79); }
div.DivClassName
{
background-color: #FF044F;
}
.BgClassName
{
background-color: #FF044F;
}
</style>
border-color css
<style>
span { border-color: #FF044F; }
span { border-color: rgb(255,4,79); }
td.TdClassName
{
border-color: #FF044F;
}
.TagClassName
{
border-color: #FF044F;
}
</style>