Shades of Torch Red #F90E4B
Tints of Torch Red #F90E4B
RGB
CMYK
RGB Variations
Color information
#F90E4B (or 0xF90E4B) is known color: Torch Red. HEX triplet: F9, 0E and 4B. RGB value is (249,14,75). Sum of RGB (Red+Green+Blue) = 249+14+75=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F90E4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90E4B is #06F1B4. Grayscale: #5B5B5B. Windows color (decimal): -455093 or 4919033. OLE color: 4919033.
HSL color Cylindrical-coordinate representation of color #F90E4B: hue angle of 344.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90E4B is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 14 | 75 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.02 |
| HSL | 344.43º | 0.95% | 0.52% | - |
| HSV(B) | 344.43º | 0.94% | 0.98% | - |
| XYZ | 40.49 | 20.96 | 8.57 | - |
| YUV | 91.22 | 118.86 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 14 | 75 | 0 | 0.94 | 0.70 | 0.02 | 344.43 | 0.95 | 0.52 |
| Hex | F9 | E | 4B | 0 | 5E | 46 | 2 | 158 | 5F | 34 |
| Octal | 371 | 16 | 113 | 0 | 136 | 106 | 2 | 530 | 137 | 64 |
| Binary | 11111001 | 1110 | 1001011 | 0 | 1011110 | 1000110 | 10 | 101011000 | 1011111 | 110100 |
Color Harmonies of #F90E4B
Complementary color
Monochromatic Colors of #F90E4B
Black with #F90E4B
Text Example
Text Example
White with #F90E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90E4B; }
p { color: rgb(249,14,75); }
H1.HeaderClassName
{
color: #F90E4B;
}
.AnyTagClassName
{
color: #F90E4B;
}
</style>
background-color css
<style>
a { background-color: #F90E4B; }
a { background-color: rgb(249,14,75); }
div.DivClassName
{
background-color: #F90E4B;
}
.BgClassName
{
background-color: #F90E4B;
}
</style>
border-color css
<style>
span { border-color: #F90E4B; }
span { border-color: rgb(249,14,75); }
td.TdClassName
{
border-color: #F90E4B;
}
.TagClassName
{
border-color: #F90E4B;
}
</style>