Html Css Color HEX #F91149 Torch Red

📋 copy color: '#F91149'

red 249 ◦ green 17 ◦ blue 73

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

Shades of Torch Red #F91149

Tints of Torch Red #F91149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

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

R = 73.45%
G = 5.01%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F91149 (or 0xF91149) is known color: Torch Red. HEX triplet: F9, 11 and 49. RGB value is (249,17,73). Sum of RGB (Red+Green+Blue) = 249+17+73=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F91149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91149 is #06EEB6. Grayscale: #5C5C5C. Windows color (decimal): -454327 or 4788729. OLE color: 4788729.

HSL color Cylindrical-coordinate representation of color #F91149: hue angle of 345.52º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91149 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 17 73 -
CMYK 0 0.93 0.71 0.02
HSL 345.52º 0.95% 0.52% -
HSV(B) 345.52º 0.93% 0.98% -
XYZ 40.47 21.02 8.23 -
YUV 92.75 116.86 239.45 -
System Red Green Blue C M Y K H S L
Decimal 249 17 73 0 0.93 0.71 0.02 345.52 0.95 0.52
Hex F9 11 49 0 5D 47 2 15A 5F 34
Octal 371 21 111 0 135 107 2 532 137 64
Binary 11111001 10001 1001001 0 1011101 1000111 10 101011010 1011111 110100

Color Harmonies of #F91149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91149

Black with #F91149

Text Example


Text Example

White with #F91149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91149; }

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

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

background-color css

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

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

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

border-color css

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

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

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