Html Css Color HEX #F7044B Torch Red

📋 copy color: '#F7044B'

red 247 ◦ green 4 ◦ blue 75

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

Shades of Torch Red #F7044B

Tints of Torch Red #F7044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 75.77%
G = 1.23%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7044B (or 0xF7044B) is known color: Torch Red. HEX triplet: F7, 04 and 4B. RGB value is (247,4,75). Sum of RGB (Red+Green+Blue) = 247+4+75=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F7044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7044B is #08FBB4. Grayscale: #545454. Windows color (decimal): -588725 or 4916471. OLE color: 4916471.

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

Color convert

RGB 247 4 75 -
CMYK 0 0.98 0.70 0.03
HSL 342.47º 0.97% 0.49% -
HSV(B) 342.47º 0.98% 0.97% -
XYZ 39.67 20.37 8.5 -
YUV 84.75 122.51 243.73 -
System Red Green Blue C M Y K H S L
Decimal 247 4 75 0 0.98 0.70 0.03 342.47 0.97 0.49
Hex F7 4 4B 0 62 46 3 156 61 31
Octal 367 4 113 0 142 106 3 526 141 61
Binary 11110111 100 1001011 0 1100010 1000110 11 101010110 1100001 110001

Color Harmonies of #F7044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7044B

Black with #F7044B

Text Example


Text Example

White with #F7044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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