Shades of Torch Red #F90038
Tints of Torch Red #F90038
RGB
CMYK
RGB Variations
Color information
#F90038 (or 0xF90038) is known color: Torch Red. HEX triplet: F9, 00 and 38. RGB value is (249,0,56). Sum of RGB (Red+Green+Blue) = 249+0+56=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F90038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90038 is #06FFC7. Grayscale: #505050. Windows color (decimal): -458696 or 3670265. OLE color: 3670265.
HSL color Cylindrical-coordinate representation of color #F90038: hue angle of 346.51º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90038 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.78 | 0.02 |
| HSL | 346.51º | 1% | 0.49% | - |
| HSV(B) | 346.51º | 1% | 0.98% | - |
| XYZ | 39.78 | 20.43 | 5.59 | - |
| YUV | 80.84 | 113.99 | 247.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 56 | 0 | 1 | 0.78 | 0.02 | 346.51 | 1 | 0.49 |
| Hex | F9 | 0 | 38 | 0 | 64 | 4E | 2 | 15B | 64 | 31 |
| Octal | 371 | 0 | 70 | 0 | 144 | 116 | 2 | 533 | 144 | 61 |
| Binary | 11111001 | 0 | 111000 | 0 | 1100100 | 1001110 | 10 | 101011011 | 1100100 | 110001 |
Color Harmonies of #F90038
Complementary color
Monochromatic Colors of #F90038
Black with #F90038
Text Example
Text Example
White with #F90038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90038; }
p { color: rgb(249,0,56); }
H1.HeaderClassName
{
color: #F90038;
}
.AnyTagClassName
{
color: #F90038;
}
</style>
background-color css
<style>
a { background-color: #F90038; }
a { background-color: rgb(249,0,56); }
div.DivClassName
{
background-color: #F90038;
}
.BgClassName
{
background-color: #F90038;
}
</style>
border-color css
<style>
span { border-color: #F90038; }
span { border-color: rgb(249,0,56); }
td.TdClassName
{
border-color: #F90038;
}
.TagClassName
{
border-color: #F90038;
}
</style>