Html Css Color HEX #F71448 Torch Red

📋 copy color: '#F71448'

red 247 ◦ green 20 ◦ blue 72

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

Shades of Torch Red #F71448

Tints of Torch Red #F71448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 72.86%
G = 5.9%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F71448 (or 0xF71448) is known color: Torch Red. HEX triplet: F7, 14 and 48. RGB value is (247,20,72). Sum of RGB (Red+Green+Blue) = 247+20+72=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F71448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71448 is #08EBB7. Grayscale: #5D5D5D. Windows color (decimal): -584632 or 4723959. OLE color: 4723959.

HSL color Cylindrical-coordinate representation of color #F71448: hue angle of 346.26º 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 #F71448 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 20 72 -
CMYK 0 0.92 0.71 0.03
HSL 346.26º 0.93% 0.52% -
HSV(B) 346.26º 0.92% 0.97% -
XYZ 39.78 20.74 8.04 -
YUV 93.8 115.71 237.27 -
System Red Green Blue C M Y K H S L
Decimal 247 20 72 0 0.92 0.71 0.03 346.26 0.93 0.52
Hex F7 14 48 0 5C 47 3 15A 5D 34
Octal 367 24 110 0 134 107 3 532 135 64
Binary 11110111 10100 1001000 0 1011100 1000111 11 101011010 1011101 110100

Color Harmonies of #F71448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71448

Black with #F71448

Text Example


Text Example

White with #F71448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71448; }

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

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

background-color css

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

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

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

border-color css

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

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

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