Html Css Color HEX #F91142 Torch Red

📋 copy color: '#F91142'

red 249 ◦ green 17 ◦ blue 66

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

Shades of Torch Red #F91142

Tints of Torch Red #F91142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 75%
G = 5.12%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F91142 (or 0xF91142) is known color: Torch Red. HEX triplet: F9, 11 and 42. RGB value is (249,17,66). Sum of RGB (Red+Green+Blue) = 249+17+66=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F91142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91142 is #06EEBD. Grayscale: #5B5B5B. Windows color (decimal): -454334 or 4329977. OLE color: 4329977.

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

Color convert

RGB 249 17 66 -
CMYK 0 0.93 0.73 0.02
HSL 347.33º 0.95% 0.52% -
HSV(B) 347.33º 0.93% 0.98% -
XYZ 40.25 20.93 7.07 -
YUV 91.95 113.36 240.02 -
System Red Green Blue C M Y K H S L
Decimal 249 17 66 0 0.93 0.73 0.02 347.33 0.95 0.52
Hex F9 11 42 0 5D 49 2 15B 5F 34
Octal 371 21 102 0 135 111 2 533 137 64
Binary 11111001 10001 1000010 0 1011101 1001001 10 101011011 1011111 110100

Color Harmonies of #F91142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91142

Black with #F91142

Text Example


Text Example

White with #F91142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91142; }

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

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

background-color css

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

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

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

border-color css

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

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

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