Html Css Color HEX #F71D42 Torch Red

📋 copy color: '#F71D42'

red 247 ◦ green 29 ◦ blue 66

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

Shades of Torch Red #F71D42

Tints of Torch Red #F71D42

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.48%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 72.22%
G = 8.48%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F71D42 (or 0xF71D42) is known color: Torch Red. HEX triplet: F7, 1D and 42. RGB value is (247,29,66). Sum of RGB (Red+Green+Blue) = 247+29+66=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D42 is #08E2BD. Grayscale: #626262. Windows color (decimal): -582334 or 4333047. OLE color: 4333047.

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

Color convert

RGB 247 29 66 -
CMYK 0 0.88 0.73 0.03
HSL 349.82º 0.93% 0.54% -
HSV(B) 349.82º 0.88% 0.97% -
XYZ 39.78 21.05 7.12 -
YUV 98.4 109.72 233.99 -
System Red Green Blue C M Y K H S L
Decimal 247 29 66 0 0.88 0.73 0.03 349.82 0.93 0.54
Hex F7 1D 42 0 58 49 3 15E 5D 36
Octal 367 35 102 0 130 111 3 536 135 66
Binary 11110111 11101 1000010 0 1011000 1001001 11 101011110 1011101 110110

Color Harmonies of #F71D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D42

Black with #F71D42

Text Example


Text Example

White with #F71D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D42; }

 p { color: rgb(247,29,66); }

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

background-color css

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

 a { background-color: rgb(247,29,66); }

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

border-color css

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

 span { border-color: rgb(247,29,66); }

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