Html Css Color HEX #F7144B Torch Red

📋 copy color: '#F7144B'

red 247 ◦ green 20 ◦ blue 75

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

Shades of Torch Red #F7144B

Tints of Torch Red #F7144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 72.22%
G = 5.85%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7144B (or 0xF7144B) is known color: Torch Red. HEX triplet: F7, 14 and 4B. RGB value is (247,20,75). Sum of RGB (Red+Green+Blue) = 247+20+75=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7144B is #08EBB4. Grayscale: #5E5E5E. Windows color (decimal): -584629 or 4920567. OLE color: 4920567.

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

Color convert

RGB 247 20 75 -
CMYK 0 0.92 0.70 0.03
HSL 345.46º 0.93% 0.52% -
HSV(B) 345.46º 0.92% 0.97% -
XYZ 39.88 20.78 8.57 -
YUV 94.14 117.21 237.03 -
System Red Green Blue C M Y K H S L
Decimal 247 20 75 0 0.92 0.70 0.03 345.46 0.93 0.52
Hex F7 14 4B 0 5C 46 3 159 5D 34
Octal 367 24 113 0 134 106 3 531 135 64
Binary 11110111 10100 1001011 0 1011100 1000110 11 101011001 1011101 110100

Color Harmonies of #F7144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7144B

Black with #F7144B

Text Example


Text Example

White with #F7144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7144B; }

 p { color: rgb(247,20,75); }

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

background-color css

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

 a { background-color: rgb(247,20,75); }

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

border-color css

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

 span { border-color: rgb(247,20,75); }

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