Shades of Torch Red #F90D4B
Tints of Torch Red #F90D4B
RGB
CMYK
RGB Variations
Color information
#F90D4B (or 0xF90D4B) is known color: Torch Red. HEX triplet: F9, 0D and 4B. RGB value is (249,13,75). Sum of RGB (Red+Green+Blue) = 249+13+75=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90D4B is #06F2B4. Grayscale: #5A5A5A. Windows color (decimal): -455349 or 4918777. OLE color: 4918777.
HSL color Cylindrical-coordinate representation of color #F90D4B: hue angle of 344.24º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90D4B is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 75 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.02 |
| HSL | 344.24º | 0.95% | 0.51% | - |
| HSV(B) | 344.24º | 0.95% | 0.98% | - |
| XYZ | 40.48 | 20.94 | 8.56 | - |
| YUV | 90.63 | 119.19 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 75 | 0 | 0.95 | 0.70 | 0.02 | 344.24 | 0.95 | 0.51 |
| Hex | F9 | D | 4B | 0 | 5F | 46 | 2 | 158 | 5F | 33 |
| Octal | 371 | 15 | 113 | 0 | 137 | 106 | 2 | 530 | 137 | 63 |
| Binary | 11111001 | 1101 | 1001011 | 0 | 1011111 | 1000110 | 10 | 101011000 | 1011111 | 110011 |
Color Harmonies of #F90D4B
Complementary color
Monochromatic Colors of #F90D4B
Black with #F90D4B
Text Example
Text Example
White with #F90D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D4B; }
p { color: rgb(249,13,75); }
H1.HeaderClassName
{
color: #F90D4B;
}
.AnyTagClassName
{
color: #F90D4B;
}
</style>
background-color css
<style>
a { background-color: #F90D4B; }
a { background-color: rgb(249,13,75); }
div.DivClassName
{
background-color: #F90D4B;
}
.BgClassName
{
background-color: #F90D4B;
}
</style>
border-color css
<style>
span { border-color: #F90D4B; }
span { border-color: rgb(249,13,75); }
td.TdClassName
{
border-color: #F90D4B;
}
.TagClassName
{
border-color: #F90D4B;
}
</style>