Shades of Torch Red #F30A43
Tints of Torch Red #F30A43
RGB
CMYK
RGB Variations
Color information
#F30A43 (or 0xF30A43) is known color: Torch Red. HEX triplet: F3, 0A and 43. RGB value is (243,10,67). Sum of RGB (Red+Green+Blue) = 243+10+67=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30A43 is #0CF5BC. Grayscale: #565656. Windows color (decimal): -849341 or 4393715. OLE color: 4393715.
HSL color Cylindrical-coordinate representation of color #F30A43: hue angle of 345.32º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A43 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 67 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.05 |
| HSL | 345.32º | 0.92% | 0.5% | - |
| HSV(B) | 345.32º | 0.96% | 0.95% | - |
| XYZ | 38.08 | 19.68 | 7.1 | - |
| YUV | 86.17 | 117.19 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 67 | 0 | 0.96 | 0.72 | 0.05 | 345.32 | 0.92 | 0.5 |
| Hex | F3 | A | 43 | 0 | 60 | 48 | 5 | 159 | 5C | 32 |
| Octal | 363 | 12 | 103 | 0 | 140 | 110 | 5 | 531 | 134 | 62 |
| Binary | 11110011 | 1010 | 1000011 | 0 | 1100000 | 1001000 | 101 | 101011001 | 1011100 | 110010 |
Color Harmonies of #F30A43
Complementary color
Monochromatic Colors of #F30A43
Black with #F30A43
Text Example
Text Example
White with #F30A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A43; }
p { color: rgb(243,10,67); }
H1.HeaderClassName
{
color: #F30A43;
}
.AnyTagClassName
{
color: #F30A43;
}
</style>
background-color css
<style>
a { background-color: #F30A43; }
a { background-color: rgb(243,10,67); }
div.DivClassName
{
background-color: #F30A43;
}
.BgClassName
{
background-color: #F30A43;
}
</style>
border-color css
<style>
span { border-color: #F30A43; }
span { border-color: rgb(243,10,67); }
td.TdClassName
{
border-color: #F30A43;
}
.TagClassName
{
border-color: #F30A43;
}
</style>