Html Css Color HEX #F9114E Torch Red

📋 copy color: '#F9114E'

red 249 ◦ green 17 ◦ blue 78

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

Shades of Torch Red #F9114E

Tints of Torch Red #F9114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.94%

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 72.38%
G = 4.94%
B = 22.67%

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

#F9114E (or 0xF9114E) is known color: Torch Red. HEX triplet: F9, 11 and 4E. RGB value is (249,17,78). Sum of RGB (Red+Green+Blue) = 249+17+78=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9114E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9114E is #06EEB1. Grayscale: #5D5D5D. Windows color (decimal): -454322 or 5116409. OLE color: 5116409.

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

Color convert

RGB 249 17 78 -
CMYK 0 0.93 0.69 0.02
HSL 344.22º 0.95% 0.52% -
HSV(B) 344.22º 0.93% 0.98% -
XYZ 40.64 21.09 9.14 -
YUV 93.32 119.36 239.04 -
System Red Green Blue C M Y K H S L
Decimal 249 17 78 0 0.93 0.69 0.02 344.22 0.95 0.52
Hex F9 11 4E 0 5D 45 2 158 5F 34
Octal 371 21 116 0 135 105 2 530 137 64
Binary 11111001 10001 1001110 0 1011101 1000101 10 101011000 1011111 110100

Color Harmonies of #F9114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9114E

Black with #F9114E

Text Example


Text Example

White with #F9114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9114E; }

 p { color: rgb(249,17,78); }

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

background-color css

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

 a { background-color: rgb(249,17,78); }

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

border-color css

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

 span { border-color: rgb(249,17,78); }

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