Html Css Color HEX #F70044 Torch Red

📋 copy color: '#F70044'

red 247 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #F70044

Tints of Torch Red #F70044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.41%
G = 0%
B = 21.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F70044 (or 0xF70044) is known color: Torch Red. HEX triplet: F7, 00 and 44. RGB value is (247,0,68). Sum of RGB (Red+Green+Blue) = 247+0+68=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F70044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70044 is #08FFBB. Grayscale: #515151. Windows color (decimal): -589756 or 4456695. OLE color: 4456695.

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

Color convert

RGB 247 0 68 -
CMYK 0 1 0.72 0.03
HSL 343.48º 1% 0.48% -
HSV(B) 343.48º 1% 0.97% -
XYZ 39.4 20.19 7.29 -
YUV 81.61 120.33 245.97 -
System Red Green Blue C M Y K H S L
Decimal 247 0 68 0 1 0.72 0.03 343.48 1 0.48
Hex F7 0 44 0 64 48 3 157 64 30
Octal 367 0 104 0 144 110 3 527 144 60
Binary 11110111 0 1000100 0 1100100 1001000 11 101010111 1100100 110000

Color Harmonies of #F70044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70044

Black with #F70044

Text Example


Text Example

White with #F70044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70044; }

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

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

background-color css

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

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

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

border-color css

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

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

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