Shades of Torch Red #F90245
Tints of Torch Red #F90245
RGB
CMYK
RGB Variations
Color information
#F90245 (or 0xF90245) is known color: Torch Red. HEX triplet: F9, 02 and 45. RGB value is (249,2,69). Sum of RGB (Red+Green+Blue) = 249+2+69=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F90245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90245 is #06FDBA. Grayscale: #535353. Windows color (decimal): -458171 or 4522745. OLE color: 4522745.
HSL color Cylindrical-coordinate representation of color #F90245: hue angle of 343.72º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90245 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 69 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.02 |
| HSL | 343.72º | 0.98% | 0.49% | - |
| HSV(B) | 343.72º | 0.99% | 0.98% | - |
| XYZ | 40.16 | 20.61 | 7.49 | - |
| YUV | 83.49 | 119.83 | 246.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 69 | 0 | 0.99 | 0.72 | 0.02 | 343.72 | 0.98 | 0.49 |
| Hex | F9 | 2 | 45 | 0 | 63 | 48 | 2 | 158 | 62 | 31 |
| Octal | 371 | 2 | 105 | 0 | 143 | 110 | 2 | 530 | 142 | 61 |
| Binary | 11111001 | 10 | 1000101 | 0 | 1100011 | 1001000 | 10 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F90245
Complementary color
Monochromatic Colors of #F90245
Black with #F90245
Text Example
Text Example
White with #F90245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90245; }
p { color: rgb(249,2,69); }
H1.HeaderClassName
{
color: #F90245;
}
.AnyTagClassName
{
color: #F90245;
}
</style>
background-color css
<style>
a { background-color: #F90245; }
a { background-color: rgb(249,2,69); }
div.DivClassName
{
background-color: #F90245;
}
.BgClassName
{
background-color: #F90245;
}
</style>
border-color css
<style>
span { border-color: #F90245; }
span { border-color: rgb(249,2,69); }
td.TdClassName
{
border-color: #F90245;
}
.TagClassName
{
border-color: #F90245;
}
</style>