Html Css Color HEX #F7154E Torch Red

📋 copy color: '#F7154E'

red 247 ◦ green 21 ◦ blue 78

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

Shades of Torch Red #F7154E

Tints of Torch Red #F7154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.07%

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

R = 71.39%
G = 6.07%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7154E (or 0xF7154E) is known color: Torch Red. HEX triplet: F7, 15 and 4E. RGB value is (247,21,78). Sum of RGB (Red+Green+Blue) = 247+21+78=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F7154E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7154E is #08EAB1. Grayscale: #5F5F5F. Windows color (decimal): -584370 or 5117431. OLE color: 5117431.

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

Color convert

RGB 247 21 78 -
CMYK 0 0.91 0.68 0.03
HSL 344.87º 0.93% 0.53% -
HSV(B) 344.87º 0.91% 0.97% -
XYZ 40 20.86 9.13 -
YUV 95.07 118.37 236.37 -
System Red Green Blue C M Y K H S L
Decimal 247 21 78 0 0.91 0.68 0.03 344.87 0.93 0.53
Hex F7 15 4E 0 5B 44 3 159 5D 35
Octal 367 25 116 0 133 104 3 531 135 65
Binary 11110111 10101 1001110 0 1011011 1000100 11 101011001 1011101 110101

Color Harmonies of #F7154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7154E

Black with #F7154E

Text Example


Text Example

White with #F7154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7154E; }

 p { color: rgb(247,21,78); }

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

background-color css

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

 a { background-color: rgb(247,21,78); }

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

border-color css

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

 span { border-color: rgb(247,21,78); }

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