Html Css Color HEX #F9124D Torch Red

📋 copy color: '#F9124D'

red 249 ◦ green 18 ◦ blue 77

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

Shades of Torch Red #F9124D

Tints of Torch Red #F9124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 72.38%
G = 5.23%
B = 22.38%

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

#F9124D (or 0xF9124D) is known color: Torch Red. HEX triplet: F9, 12 and 4D. RGB value is (249,18,77). Sum of RGB (Red+Green+Blue) = 249+18+77=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9124D is #06EDB2. Grayscale: #5D5D5D. Windows color (decimal): -454067 or 5051129. OLE color: 5051129.

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

Color convert

RGB 249 18 77 -
CMYK 0 0.93 0.69 0.02
HSL 344.68º 0.95% 0.52% -
HSV(B) 344.68º 0.93% 0.98% -
XYZ 40.62 21.11 8.95 -
YUV 93.8 118.53 238.7 -
System Red Green Blue C M Y K H S L
Decimal 249 18 77 0 0.93 0.69 0.02 344.68 0.95 0.52
Hex F9 12 4D 0 5D 45 2 159 5F 34
Octal 371 22 115 0 135 105 2 531 137 64
Binary 11111001 10010 1001101 0 1011101 1000101 10 101011001 1011111 110100

Color Harmonies of #F9124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9124D

Black with #F9124D

Text Example


Text Example

White with #F9124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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