Shades of Torch Red #F30143
Tints of Torch Red #F30143
RGB
CMYK
RGB Variations
Color information
#F30143 (or 0xF30143) is known color: Torch Red. HEX triplet: F3, 01 and 43. RGB value is (243,1,67). Sum of RGB (Red+Green+Blue) = 243+1+67=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F30143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30143 is #0CFEBC. Grayscale: #505050. Windows color (decimal): -851645 or 4391411. OLE color: 4391411.
HSL color Cylindrical-coordinate representation of color #F30143: hue angle of 343.64º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30143 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.05 |
| HSL | 343.64º | 0.99% | 0.48% | - |
| HSV(B) | 343.64º | 1% | 0.95% | - |
| XYZ | 37.99 | 19.48 | 7.07 | - |
| YUV | 80.88 | 120.17 | 243.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 67 | 0 | 1.00 | 0.72 | 0.05 | 343.64 | 0.99 | 0.48 |
| Hex | F3 | 1 | 43 | 0 | 64 | 48 | 5 | 158 | 63 | 30 |
| Octal | 363 | 1 | 103 | 0 | 144 | 110 | 5 | 530 | 143 | 60 |
| Binary | 11110011 | 1 | 1000011 | 0 | 1100100 | 1001000 | 101 | 101011000 | 1100011 | 110000 |
Color Harmonies of #F30143
Complementary color
Monochromatic Colors of #F30143
Black with #F30143
Text Example
Text Example
White with #F30143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30143; }
p { color: rgb(243,1,67); }
H1.HeaderClassName
{
color: #F30143;
}
.AnyTagClassName
{
color: #F30143;
}
</style>
background-color css
<style>
a { background-color: #F30143; }
a { background-color: rgb(243,1,67); }
div.DivClassName
{
background-color: #F30143;
}
.BgClassName
{
background-color: #F30143;
}
</style>
border-color css
<style>
span { border-color: #F30143; }
span { border-color: rgb(243,1,67); }
td.TdClassName
{
border-color: #F30143;
}
.TagClassName
{
border-color: #F30143;
}
</style>