Shades of Torch Red #F90648
Tints of Torch Red #F90648
RGB
CMYK
RGB Variations
Color information
#F90648 (or 0xF90648) is known color: Torch Red. HEX triplet: F9, 06 and 48. RGB value is (249,6,72). Sum of RGB (Red+Green+Blue) = 249+6+72=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F90648 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90648 is #06F9B7. Grayscale: #565656. Windows color (decimal): -457144 or 4720377. OLE color: 4720377.
HSL color Cylindrical-coordinate representation of color #F90648: hue angle of 343.7º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90648 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 72 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.02 |
| HSL | 343.7º | 0.95% | 0.5% | - |
| HSV(B) | 343.7º | 0.98% | 0.98% | - |
| XYZ | 40.3 | 20.74 | 8.01 | - |
| YUV | 86.18 | 120.01 | 244.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 72 | 0 | 0.98 | 0.71 | 0.02 | 343.7 | 0.95 | 0.5 |
| Hex | F9 | 6 | 48 | 0 | 62 | 47 | 2 | 158 | 5F | 32 |
| Octal | 371 | 6 | 110 | 0 | 142 | 107 | 2 | 530 | 137 | 62 |
| Binary | 11111001 | 110 | 1001000 | 0 | 1100010 | 1000111 | 10 | 101011000 | 1011111 | 110010 |
Color Harmonies of #F90648
Complementary color
Monochromatic Colors of #F90648
Black with #F90648
Text Example
Text Example
White with #F90648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90648; }
p { color: rgb(249,6,72); }
H1.HeaderClassName
{
color: #F90648;
}
.AnyTagClassName
{
color: #F90648;
}
</style>
background-color css
<style>
a { background-color: #F90648; }
a { background-color: rgb(249,6,72); }
div.DivClassName
{
background-color: #F90648;
}
.BgClassName
{
background-color: #F90648;
}
</style>
border-color css
<style>
span { border-color: #F90648; }
span { border-color: rgb(249,6,72); }
td.TdClassName
{
border-color: #F90648;
}
.TagClassName
{
border-color: #F90648;
}
</style>