Html Css Color HEX #F91A4A Torch Red

📋 copy color: '#F91A4A'

red 249 ◦ green 26 ◦ blue 74

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

Shades of Torch Red #F91A4A

Tints of Torch Red #F91A4A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.45%

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 71.35%
G = 7.45%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F91A4A (or 0xF91A4A) is known color: Torch Red. HEX triplet: F9, 1A and 4A. RGB value is (249,26,74). Sum of RGB (Red+Green+Blue) = 249+26+74=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A4A is #06E5B5. Grayscale: #626262. Windows color (decimal): -452022 or 4856569. OLE color: 4856569.

HSL color Cylindrical-coordinate representation of color #F91A4A: hue angle of 347.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A4A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 26 74 -
CMYK 0 0.90 0.70 0.02
HSL 347.09º 0.95% 0.54% -
HSV(B) 347.09º 0.9% 0.98% -
XYZ 40.67 21.37 8.46 -
YUV 98.15 114.38 235.6 -
System Red Green Blue C M Y K H S L
Decimal 249 26 74 0 0.90 0.70 0.02 347.09 0.95 0.54
Hex F9 1A 4A 0 5A 46 2 15B 5F 36
Octal 371 32 112 0 132 106 2 533 137 66
Binary 11111001 11010 1001010 0 1011010 1000110 10 101011011 1011111 110110

Color Harmonies of #F91A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A4A

Black with #F91A4A

Text Example


Text Example

White with #F91A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A4A; }

 p { color: rgb(249,26,74); }

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

background-color css

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

 a { background-color: rgb(249,26,74); }

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

border-color css

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

 span { border-color: rgb(249,26,74); }

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