Shades of Torch Red #F9154D
Tints of Torch Red #F9154D
RGB
CMYK
RGB Variations
Color information
#F9154D (or 0xF9154D) is known color: Torch Red. HEX triplet: F9, 15 and 4D. RGB value is (249,21,77). Sum of RGB (Red+Green+Blue) = 249+21+77=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9154D is #06EAB2. Grayscale: #5F5F5F. Windows color (decimal): -453299 or 5051897. OLE color: 5051897.
HSL color Cylindrical-coordinate representation of color #F9154D: hue angle of 345.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9154D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 77 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 345.26º | 0.95% | 0.53% | - |
| HSV(B) | 345.26º | 0.92% | 0.98% | - |
| XYZ | 40.67 | 21.21 | 8.97 | - |
| YUV | 95.56 | 117.54 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 77 | 0 | 0.92 | 0.69 | 0.02 | 345.26 | 0.95 | 0.53 |
| Hex | F9 | 15 | 4D | 0 | 5C | 45 | 2 | 159 | 5F | 35 |
| Octal | 371 | 25 | 115 | 0 | 134 | 105 | 2 | 531 | 137 | 65 |
| Binary | 11111001 | 10101 | 1001101 | 0 | 1011100 | 1000101 | 10 | 101011001 | 1011111 | 110101 |
Color Harmonies of #F9154D
Complementary color
Monochromatic Colors of #F9154D
Black with #F9154D
Text Example
Text Example
White with #F9154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9154D; }
p { color: rgb(249,21,77); }
H1.HeaderClassName
{
color: #F9154D;
}
.AnyTagClassName
{
color: #F9154D;
}
</style>
background-color css
<style>
a { background-color: #F9154D; }
a { background-color: rgb(249,21,77); }
div.DivClassName
{
background-color: #F9154D;
}
.BgClassName
{
background-color: #F9154D;
}
</style>
border-color css
<style>
span { border-color: #F9154D; }
span { border-color: rgb(249,21,77); }
td.TdClassName
{
border-color: #F9154D;
}
.TagClassName
{
border-color: #F9154D;
}
</style>