Html Css Color HEX #F7114C Torch Red

📋 copy color: '#F7114C'

red 247 ◦ green 17 ◦ blue 76

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

Shades of Torch Red #F7114C

Tints of Torch Red #F7114C

RGB

 RED value IS 247 (96.88% from 255) = 72.65%

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

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

R = 72.65%
G = 5%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7114C (or 0xF7114C) is known color: Torch Red. HEX triplet: F7, 11 and 4C. RGB value is (247,17,76). Sum of RGB (Red+Green+Blue) = 247+17+76=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F7114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7114C is #08EEB3. Grayscale: #5C5C5C. Windows color (decimal): -585396 or 4985335. OLE color: 4985335.

HSL color Cylindrical-coordinate representation of color #F7114C: hue angle of 344.61º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7114C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 17 76 -
CMYK 0 0.93 0.69 0.03
HSL 344.61º 0.93% 0.52% -
HSV(B) 344.61º 0.93% 0.97% -
XYZ 39.86 20.7 8.73 -
YUV 92.5 118.7 238.2 -
System Red Green Blue C M Y K H S L
Decimal 247 17 76 0 0.93 0.69 0.03 344.61 0.93 0.52
Hex F7 11 4C 0 5D 45 3 159 5D 34
Octal 367 21 114 0 135 105 3 531 135 64
Binary 11110111 10001 1001100 0 1011101 1000101 11 101011001 1011101 110100

Color Harmonies of #F7114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7114C

Black with #F7114C

Text Example


Text Example

White with #F7114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7114C; }

 p { color: rgb(247,17,76); }

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

background-color css

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

 a { background-color: rgb(247,17,76); }

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

border-color css

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

 span { border-color: rgb(247,17,76); }

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