Shades of Torch Red #F30942
Tints of Torch Red #F30942
RGB
CMYK
RGB Variations
Color information
#F30942 (or 0xF30942) is known color: Torch Red. HEX triplet: F3, 09 and 42. RGB value is (243,9,66). Sum of RGB (Red+Green+Blue) = 243+9+66=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F30942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30942 is #0CF6BD. Grayscale: #555555. Windows color (decimal): -849598 or 4327923. OLE color: 4327923.
HSL color Cylindrical-coordinate representation of color #F30942: hue angle of 345.38º degrees, saturation: 0.93, 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 #F30942 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 66 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.05 |
| HSL | 345.38º | 0.93% | 0.49% | - |
| HSV(B) | 345.38º | 0.96% | 0.95% | - |
| XYZ | 38.04 | 19.64 | 6.94 | - |
| YUV | 85.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 66 | 0 | 0.96 | 0.73 | 0.05 | 345.38 | 0.93 | 0.49 |
| Hex | F3 | 9 | 42 | 0 | 60 | 49 | 5 | 159 | 5D | 31 |
| Octal | 363 | 11 | 102 | 0 | 140 | 111 | 5 | 531 | 135 | 61 |
| Binary | 11110011 | 1001 | 1000010 | 0 | 1100000 | 1001001 | 101 | 101011001 | 1011101 | 110001 |
Color Harmonies of #F30942
Complementary color
Monochromatic Colors of #F30942
Black with #F30942
Text Example
Text Example
White with #F30942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30942; }
p { color: rgb(243,9,66); }
H1.HeaderClassName
{
color: #F30942;
}
.AnyTagClassName
{
color: #F30942;
}
</style>
background-color css
<style>
a { background-color: #F30942; }
a { background-color: rgb(243,9,66); }
div.DivClassName
{
background-color: #F30942;
}
.BgClassName
{
background-color: #F30942;
}
</style>
border-color css
<style>
span { border-color: #F30942; }
span { border-color: rgb(243,9,66); }
td.TdClassName
{
border-color: #F30942;
}
.TagClassName
{
border-color: #F30942;
}
</style>