Html Css Color HEX #F71C44 Torch Red

📋 copy color: '#F71C44'

red 247 ◦ green 28 ◦ blue 68

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

Shades of Torch Red #F71C44

Tints of Torch Red #F71C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 72.01%
G = 8.16%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F71C44 (or 0xF71C44) is known color: Torch Red. HEX triplet: F7, 1C and 44. RGB value is (247,28,68). Sum of RGB (Red+Green+Blue) = 247+28+68=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71C44 is #08E3BB. Grayscale: #626262. Windows color (decimal): -582588 or 4463863. OLE color: 4463863.

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

Color convert

RGB 247 28 68 -
CMYK 0 0.89 0.72 0.03
HSL 349.04º 0.93% 0.54% -
HSV(B) 349.04º 0.89% 0.97% -
XYZ 39.82 21.02 7.43 -
YUV 98.04 111.05 234.25 -
System Red Green Blue C M Y K H S L
Decimal 247 28 68 0 0.89 0.72 0.03 349.04 0.93 0.54
Hex F7 1C 44 0 59 48 3 15D 5D 36
Octal 367 34 104 0 131 110 3 535 135 66
Binary 11110111 11100 1000100 0 1011001 1001000 11 101011101 1011101 110110

Color Harmonies of #F71C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C44

Black with #F71C44

Text Example


Text Example

White with #F71C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C44; }

 p { color: rgb(247,28,68); }

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

background-color css

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

 a { background-color: rgb(247,28,68); }

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

border-color css

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

 span { border-color: rgb(247,28,68); }

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