Html Css Color HEX #F9104A Torch Red

📋 copy color: '#F9104A'

red 249 ◦ green 16 ◦ blue 74

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

Shades of Torch Red #F9104A

Tints of Torch Red #F9104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 73.45%
G = 4.72%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9104A (or 0xF9104A) is known color: Torch Red. HEX triplet: F9, 10 and 4A. RGB value is (249,16,74). Sum of RGB (Red+Green+Blue) = 249+16+74=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F9104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9104A is #06EFB5. Grayscale: #5C5C5C. Windows color (decimal): -454582 or 4854009. OLE color: 4854009.

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

Color convert

RGB 249 16 74 -
CMYK 0 0.94 0.70 0.02
HSL 345.06º 0.95% 0.52% -
HSV(B) 345.06º 0.94% 0.98% -
XYZ 40.49 21 8.4 -
YUV 92.28 117.69 239.78 -
System Red Green Blue C M Y K H S L
Decimal 249 16 74 0 0.94 0.70 0.02 345.06 0.95 0.52
Hex F9 10 4A 0 5E 46 2 159 5F 34
Octal 371 20 112 0 136 106 2 531 137 64
Binary 11111001 10000 1001010 0 1011110 1000110 10 101011001 1011111 110100

Color Harmonies of #F9104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9104A

Black with #F9104A

Text Example


Text Example

White with #F9104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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