Html Css Color HEX #F9124C Torch Red

📋 copy color: '#F9124C'

red 249 ◦ green 18 ◦ blue 76

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

Shades of Torch Red #F9124C

Tints of Torch Red #F9124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 72.59%
G = 5.25%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9124C (or 0xF9124C) is known color: Torch Red. HEX triplet: F9, 12 and 4C. RGB value is (249,18,76). Sum of RGB (Red+Green+Blue) = 249+18+76=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9124C is #06EDB3. Grayscale: #5D5D5D. Windows color (decimal): -454068 or 4985593. OLE color: 4985593.

HSL color Cylindrical-coordinate representation of color #F9124C: hue angle of 344.94º 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 #F9124C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 76 -
CMYK 0 0.93 0.69 0.02
HSL 344.94º 0.95% 0.52% -
HSV(B) 344.94º 0.93% 0.98% -
XYZ 40.59 21.09 8.77 -
YUV 93.68 118.03 238.78 -
System Red Green Blue C M Y K H S L
Decimal 249 18 76 0 0.93 0.69 0.02 344.94 0.95 0.52
Hex F9 12 4C 0 5D 45 2 159 5F 34
Octal 371 22 114 0 135 105 2 531 137 64
Binary 11111001 10010 1001100 0 1011101 1000101 10 101011001 1011111 110100

Color Harmonies of #F9124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9124C

Black with #F9124C

Text Example


Text Example

White with #F9124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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