Html Css Color HEX #F90F49 Torch Red

📋 copy color: '#F90F49'

red 249 ◦ green 15 ◦ blue 73

#F90F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F90F49

Tints of Torch Red #F90F49

RGB

 RED value IS 249 (97.66% from 255) = 73.89%

 GREEN value IS 15 (6.25% from 255) = 4.45%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 73.89%
G = 4.45%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F90F49 (or 0xF90F49) is known color: Torch Red. HEX triplet: F9, 0F and 49. RGB value is (249,15,73). Sum of RGB (Red+Green+Blue) = 249+15+73=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90F49 is #06F0B6. Grayscale: #5B5B5B. Windows color (decimal): -454839 or 4788217. OLE color: 4788217.

HSL color Cylindrical-coordinate representation of color #F90F49: hue angle of 345.13º 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 #F90F49 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 15 73 -
CMYK 0 0.94 0.71 0.02
HSL 345.13º 0.95% 0.52% -
HSV(B) 345.13º 0.94% 0.98% -
XYZ 40.44 20.96 8.22 -
YUV 91.58 117.52 240.28 -
System Red Green Blue C M Y K H S L
Decimal 249 15 73 0 0.94 0.71 0.02 345.13 0.95 0.52
Hex F9 F 49 0 5E 47 2 159 5F 34
Octal 371 17 111 0 136 107 2 531 137 64
Binary 11111001 1111 1001001 0 1011110 1000111 10 101011001 1011111 110100

Color Harmonies of #F90F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90F49

Black with #F90F49

Text Example


Text Example

White with #F90F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90F49; }

 p { color: rgb(249,15,73); }

 H1.HeaderClassName
 {
   color: #F90F49;
 }
 .AnyTagClassName
 {
   color: #F90F49;
 }
</style>

background-color css

<style>
 a { background-color: #F90F49; }

 a { background-color: rgb(249,15,73); }

 div.DivClassName
 {
   background-color: #F90F49;
 }
 .BgClassName
 {
   background-color: #F90F49;
 }
</style>

border-color css

<style>
 span { border-color: #F90F49; }

 span { border-color: rgb(249,15,73); }

 td.TdClassName
 {
   border-color: #F90F49;
 }
 .TagClassName
 {
   border-color: #F90F49;
 }
</style>