Html Css Color HEX #F9124A Torch Red

📋 copy color: '#F9124A'

red 249 ◦ green 18 ◦ blue 74

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

Shades of Torch Red #F9124A

Tints of Torch Red #F9124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

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

R = 73.02%
G = 5.28%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9124A (or 0xF9124A) is known color: Torch Red. HEX triplet: F9, 12 and 4A. RGB value is (249,18,74). Sum of RGB (Red+Green+Blue) = 249+18+74=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9124A is #06EDB5. Grayscale: #5D5D5D. Windows color (decimal): -454070 or 4854521. OLE color: 4854521.

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

Color convert

RGB 249 18 74 -
CMYK 0 0.93 0.70 0.02
HSL 345.45º 0.95% 0.52% -
HSV(B) 345.45º 0.93% 0.98% -
XYZ 40.52 21.07 8.41 -
YUV 93.45 117.03 238.95 -
System Red Green Blue C M Y K H S L
Decimal 249 18 74 0 0.93 0.70 0.02 345.45 0.95 0.52
Hex F9 12 4A 0 5D 46 2 159 5F 34
Octal 371 22 112 0 135 106 2 531 137 64
Binary 11111001 10010 1001010 0 1011101 1000110 10 101011001 1011111 110100

Color Harmonies of #F9124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9124A

Black with #F9124A

Text Example


Text Example

White with #F9124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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