Shades of Torch Red #F30042
Tints of Torch Red #F30042
RGB
CMYK
RGB Variations
Color information
#F30042 (or 0xF30042) is known color: Torch Red. HEX triplet: F3, 00 and 42. RGB value is (243,0,66). Sum of RGB (Red+Green+Blue) = 243+0+66=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F30042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30042 is #0CFFBD. Grayscale: #505050. Windows color (decimal): -851902 or 4325619. OLE color: 4325619.
HSL color Cylindrical-coordinate representation of color #F30042: hue angle of 343.7º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30042 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.73 | 0.05 |
| HSL | 343.7º | 1% | 0.48% | - |
| HSV(B) | 343.7º | 1% | 0.95% | - |
| XYZ | 37.95 | 19.45 | 6.91 | - |
| YUV | 80.18 | 120.01 | 244.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 66 | 0 | 1 | 0.73 | 0.05 | 343.7 | 1 | 0.48 |
| Hex | F3 | 0 | 42 | 0 | 64 | 49 | 5 | 158 | 64 | 30 |
| Octal | 363 | 0 | 102 | 0 | 144 | 111 | 5 | 530 | 144 | 60 |
| Binary | 11110011 | 0 | 1000010 | 0 | 1100100 | 1001001 | 101 | 101011000 | 1100100 | 110000 |
Color Harmonies of #F30042
Complementary color
Monochromatic Colors of #F30042
Black with #F30042
Text Example
Text Example
White with #F30042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30042; }
p { color: rgb(243,0,66); }
H1.HeaderClassName
{
color: #F30042;
}
.AnyTagClassName
{
color: #F30042;
}
</style>
background-color css
<style>
a { background-color: #F30042; }
a { background-color: rgb(243,0,66); }
div.DivClassName
{
background-color: #F30042;
}
.BgClassName
{
background-color: #F30042;
}
</style>
border-color css
<style>
span { border-color: #F30042; }
span { border-color: rgb(243,0,66); }
td.TdClassName
{
border-color: #F30042;
}
.TagClassName
{
border-color: #F30042;
}
</style>