Shades of Torch Red #F50D4B
Tints of Torch Red #F50D4B
RGB
CMYK
RGB Variations
Color information
#F50D4B (or 0xF50D4B) is known color: Torch Red. HEX triplet: F5, 0D and 4B. RGB value is (245,13,75). Sum of RGB (Red+Green+Blue) = 245+13+75=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50D4B is #0AF2B4. Grayscale: #595959. Windows color (decimal): -717493 or 4918773. OLE color: 4918773.
HSL color Cylindrical-coordinate representation of color #F50D4B: hue angle of 343.97º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50D4B is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 75 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.04 |
| HSL | 343.97º | 0.92% | 0.51% | - |
| HSV(B) | 343.97º | 0.95% | 0.96% | - |
| XYZ | 39.07 | 20.21 | 8.5 | - |
| YUV | 89.44 | 119.86 | 238.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 75 | 0 | 0.95 | 0.69 | 0.04 | 343.97 | 0.92 | 0.51 |
| Hex | F5 | D | 4B | 0 | 5F | 45 | 4 | 158 | 5C | 33 |
| Octal | 365 | 15 | 113 | 0 | 137 | 105 | 4 | 530 | 134 | 63 |
| Binary | 11110101 | 1101 | 1001011 | 0 | 1011111 | 1000101 | 100 | 101011000 | 1011100 | 110011 |
Color Harmonies of #F50D4B
Complementary color
Monochromatic Colors of #F50D4B
Black with #F50D4B
Text Example
Text Example
White with #F50D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D4B; }
p { color: rgb(245,13,75); }
H1.HeaderClassName
{
color: #F50D4B;
}
.AnyTagClassName
{
color: #F50D4B;
}
</style>
background-color css
<style>
a { background-color: #F50D4B; }
a { background-color: rgb(245,13,75); }
div.DivClassName
{
background-color: #F50D4B;
}
.BgClassName
{
background-color: #F50D4B;
}
</style>
border-color css
<style>
span { border-color: #F50D4B; }
span { border-color: rgb(245,13,75); }
td.TdClassName
{
border-color: #F50D4B;
}
.TagClassName
{
border-color: #F50D4B;
}
</style>