Html Css Color HEX #F92041 Torch Red

📋 copy color: '#F92041'

red 249 ◦ green 32 ◦ blue 65

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

Shades of Torch Red #F92041

Tints of Torch Red #F92041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

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

R = 71.97%
G = 9.25%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F92041 (or 0xF92041) is known color: Torch Red. HEX triplet: F9, 20 and 41. RGB value is (249,32,65). Sum of RGB (Red+Green+Blue) = 249+32+65=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F92041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92041 is #06DFBE. Grayscale: #646464. Windows color (decimal): -450495 or 4268281. OLE color: 4268281.

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

Color convert

RGB 249 32 65 -
CMYK 0 0.87 0.74 0.02
HSL 350.88º 0.95% 0.55% -
HSV(B) 350.88º 0.87% 0.98% -
XYZ 40.54 21.55 7.02 -
YUV 100.65 107.89 233.82 -
System Red Green Blue C M Y K H S L
Decimal 249 32 65 0 0.87 0.74 0.02 350.88 0.95 0.55
Hex F9 20 41 0 57 4A 2 15F 5F 37
Octal 371 40 101 0 127 112 2 537 137 67
Binary 11111001 100000 1000001 0 1010111 1001010 10 101011111 1011111 110111

Color Harmonies of #F92041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92041

Black with #F92041

Text Example


Text Example

White with #F92041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92041; }

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

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

background-color css

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

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

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

border-color css

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

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

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