Shades of Torch Red #FF024F
Tints of Torch Red #FF024F
RGB
CMYK
RGB Variations
Color information
#FF024F (or 0xFF024F) is known color: Torch Red. HEX triplet: FF, 02 and 4F. RGB value is (255,2,79). Sum of RGB (Red+Green+Blue) = 255+2+79=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF024F is #00FDB0. Grayscale: #565656. Windows color (decimal): -64945 or 5178111. OLE color: 5178111.
HSL color Cylindrical-coordinate representation of color #FF024F: hue angle of 341.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF024F is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.69 | 0 |
| HSL | 341.74º | 1% | 0.5% | - |
| HSV(B) | 341.74º | 0.99% | 1% | - |
| XYZ | 42.67 | 21.87 | 9.37 | - |
| YUV | 86.43 | 123.82 | 248.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 79 | 0 | 0.99 | 0.69 | 0 | 341.74 | 1 | 0.5 |
| Hex | FF | 2 | 4F | 0 | 63 | 45 | 0 | 156 | 64 | 32 |
| Octal | 377 | 2 | 117 | 0 | 143 | 105 | 0 | 526 | 144 | 62 |
| Binary | 11111111 | 10 | 1001111 | 0 | 1100011 | 1000101 | 0 | 101010110 | 1100100 | 110010 |
Color Harmonies of #FF024F
Complementary color
Monochromatic Colors of #FF024F
Black with #FF024F
Text Example
Text Example
White with #FF024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF024F; }
p { color: rgb(255,2,79); }
H1.HeaderClassName
{
color: #FF024F;
}
.AnyTagClassName
{
color: #FF024F;
}
</style>
background-color css
<style>
a { background-color: #FF024F; }
a { background-color: rgb(255,2,79); }
div.DivClassName
{
background-color: #FF024F;
}
.BgClassName
{
background-color: #FF024F;
}
</style>
border-color css
<style>
span { border-color: #FF024F; }
span { border-color: rgb(255,2,79); }
td.TdClassName
{
border-color: #FF024F;
}
.TagClassName
{
border-color: #FF024F;
}
</style>