Html Css Color HEX #F92341 Torch Red

📋 copy color: '#F92341'

red 249 ◦ green 35 ◦ blue 65

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

Shades of Torch Red #F92341

Tints of Torch Red #F92341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.03%

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 71.35%
G = 10.03%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F92341 (or 0xF92341) is known color: Torch Red. HEX triplet: F9, 23 and 41. RGB value is (249,35,65). Sum of RGB (Red+Green+Blue) = 249+35+65=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F92341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92341 is #06DCBE. Grayscale: #666666. Windows color (decimal): -449727 or 4269049. OLE color: 4269049.

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

Color convert

RGB 249 35 65 -
CMYK 0 0.86 0.74 0.02
HSL 351.59º 0.95% 0.56% -
HSV(B) 351.59º 0.86% 0.98% -
XYZ 40.62 21.72 7.05 -
YUV 102.41 106.9 232.56 -
System Red Green Blue C M Y K H S L
Decimal 249 35 65 0 0.86 0.74 0.02 351.59 0.95 0.56
Hex F9 23 41 0 56 4A 2 160 5F 38
Octal 371 43 101 0 126 112 2 540 137 70
Binary 11111001 100011 1000001 0 1010110 1001010 10 101100000 1011111 111000

Color Harmonies of #F92341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92341

Black with #F92341

Text Example


Text Example

White with #F92341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92341; }

 p { color: rgb(249,35,65); }

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

background-color css

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

 a { background-color: rgb(249,35,65); }

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

border-color css

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

 span { border-color: rgb(249,35,65); }

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