Html Css Color HEX #F71044 Torch Red

📋 copy color: '#F71044'

red 247 ◦ green 16 ◦ blue 68

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

Shades of Torch Red #F71044

Tints of Torch Red #F71044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

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

R = 74.62%
G = 4.83%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F71044 (or 0xF71044) is known color: Torch Red. HEX triplet: F7, 10 and 44. RGB value is (247,16,68). Sum of RGB (Red+Green+Blue) = 247+16+68=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F71044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71044 is #08EFBB. Grayscale: #5B5B5B. Windows color (decimal): -585660 or 4460791. OLE color: 4460791.

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

Color convert

RGB 247 16 68 -
CMYK 0 0.94 0.72 0.03
HSL 346.49º 0.94% 0.52% -
HSV(B) 346.49º 0.94% 0.97% -
XYZ 39.59 20.56 7.35 -
YUV 91 115.03 239.27 -
System Red Green Blue C M Y K H S L
Decimal 247 16 68 0 0.94 0.72 0.03 346.49 0.94 0.52
Hex F7 10 44 0 5E 48 3 15A 5E 34
Octal 367 20 104 0 136 110 3 532 136 64
Binary 11110111 10000 1000100 0 1011110 1001000 11 101011010 1011110 110100

Color Harmonies of #F71044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71044

Black with #F71044

Text Example


Text Example

White with #F71044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71044; }

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

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

background-color css

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

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

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

border-color css

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

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

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