Html Css Color HEX #F91F41 Torch Red

📋 copy color: '#F91F41'

red 249 ◦ green 31 ◦ blue 65

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

Shades of Torch Red #F91F41

Tints of Torch Red #F91F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

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

R = 72.17%
G = 8.99%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F91F41 (or 0xF91F41) is known color: Torch Red. HEX triplet: F9, 1F and 41. RGB value is (249,31,65). Sum of RGB (Red+Green+Blue) = 249+31+65=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91F41 is #06E0BE. Grayscale: #646464. Windows color (decimal): -450751 or 4268025. OLE color: 4268025.

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

Color convert

RGB 249 31 65 -
CMYK 0 0.88 0.74 0.02
HSL 350.64º 0.95% 0.55% -
HSV(B) 350.64º 0.88% 0.98% -
XYZ 40.51 21.5 7.02 -
YUV 100.06 108.22 234.24 -
System Red Green Blue C M Y K H S L
Decimal 249 31 65 0 0.88 0.74 0.02 350.64 0.95 0.55
Hex F9 1F 41 0 58 4A 2 15F 5F 37
Octal 371 37 101 0 130 112 2 537 137 67
Binary 11111001 11111 1000001 0 1011000 1001010 10 101011111 1011111 110111

Color Harmonies of #F91F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F41

Black with #F91F41

Text Example


Text Example

White with #F91F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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