Shades of Torch Red #F20A3D
Tints of Torch Red #F20A3D
RGB
CMYK
RGB Variations
Color information
#F20A3D (or 0xF20A3D) is known color: Torch Red. HEX triplet: F2, 0A and 3D. RGB value is (242,10,61). Sum of RGB (Red+Green+Blue) = 242+10+61=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20A3D is #0DF5C2. Grayscale: #555555. Windows color (decimal): -914883 or 4000498. OLE color: 4000498.
HSL color Cylindrical-coordinate representation of color #F20A3D: hue angle of 346.81º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A3D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 61 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.05 |
| HSL | 346.81º | 0.92% | 0.49% | - |
| HSV(B) | 346.81º | 0.96% | 0.95% | - |
| XYZ | 37.57 | 19.43 | 6.19 | - |
| YUV | 85.18 | 114.36 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 61 | 0 | 0.96 | 0.75 | 0.05 | 346.81 | 0.92 | 0.49 |
| Hex | F2 | A | 3D | 0 | 60 | 4B | 5 | 15B | 5C | 31 |
| Octal | 362 | 12 | 75 | 0 | 140 | 113 | 5 | 533 | 134 | 61 |
| Binary | 11110010 | 1010 | 111101 | 0 | 1100000 | 1001011 | 101 | 101011011 | 1011100 | 110001 |
Color Harmonies of #F20A3D
Complementary color
Monochromatic Colors of #F20A3D
Black with #F20A3D
Text Example
Text Example
White with #F20A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A3D; }
p { color: rgb(242,10,61); }
H1.HeaderClassName
{
color: #F20A3D;
}
.AnyTagClassName
{
color: #F20A3D;
}
</style>
background-color css
<style>
a { background-color: #F20A3D; }
a { background-color: rgb(242,10,61); }
div.DivClassName
{
background-color: #F20A3D;
}
.BgClassName
{
background-color: #F20A3D;
}
</style>
border-color css
<style>
span { border-color: #F20A3D; }
span { border-color: rgb(242,10,61); }
td.TdClassName
{
border-color: #F20A3D;
}
.TagClassName
{
border-color: #F20A3D;
}
</style>