Shades of Torch Red #F2053D
Tints of Torch Red #F2053D
RGB
CMYK
RGB Variations
Color information
#F2053D (or 0xF2053D) is known color: Torch Red. HEX triplet: F2, 05 and 3D. RGB value is (242,5,61). Sum of RGB (Red+Green+Blue) = 242+5+61=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F2053D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2053D is #0DFAC2. Grayscale: #525252. Windows color (decimal): -916163 or 3999218. OLE color: 3999218.
HSL color Cylindrical-coordinate representation of color #F2053D: hue angle of 345.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2053D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.05 |
| HSL | 345.82º | 0.96% | 0.48% | - |
| HSV(B) | 345.82º | 0.98% | 0.95% | - |
| XYZ | 37.51 | 19.32 | 6.17 | - |
| YUV | 82.25 | 116.02 | 241.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 61 | 0 | 0.98 | 0.75 | 0.05 | 345.82 | 0.96 | 0.48 |
| Hex | F2 | 5 | 3D | 0 | 62 | 4B | 5 | 15A | 60 | 30 |
| Octal | 362 | 5 | 75 | 0 | 142 | 113 | 5 | 532 | 140 | 60 |
| Binary | 11110010 | 101 | 111101 | 0 | 1100010 | 1001011 | 101 | 101011010 | 1100000 | 110000 |
Color Harmonies of #F2053D
Complementary color
Monochromatic Colors of #F2053D
Black with #F2053D
Text Example
Text Example
White with #F2053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2053D; }
p { color: rgb(242,5,61); }
H1.HeaderClassName
{
color: #F2053D;
}
.AnyTagClassName
{
color: #F2053D;
}
</style>
background-color css
<style>
a { background-color: #F2053D; }
a { background-color: rgb(242,5,61); }
div.DivClassName
{
background-color: #F2053D;
}
.BgClassName
{
background-color: #F2053D;
}
</style>
border-color css
<style>
span { border-color: #F2053D; }
span { border-color: rgb(242,5,61); }
td.TdClassName
{
border-color: #F2053D;
}
.TagClassName
{
border-color: #F2053D;
}
</style>