Html Css Color HEX #F70640 Torch Red

📋 copy color: '#F70640'

red 247 ◦ green 6 ◦ blue 64

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

Shades of Torch Red #F70640

Tints of Torch Red #F70640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 77.92%
G = 1.89%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F70640 (or 0xF70640) is known color: Torch Red. HEX triplet: F7, 06 and 40. RGB value is (247,6,64). Sum of RGB (Red+Green+Blue) = 247+6+64=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F70640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70640 is #08F9BF. Grayscale: #545454. Windows color (decimal): -588224 or 4196087. OLE color: 4196087.

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

Color convert

RGB 247 6 64 -
CMYK 0 0.98 0.74 0.03
HSL 345.56º 0.95% 0.5% -
HSV(B) 345.56º 0.98% 0.97% -
XYZ 39.35 20.27 6.69 -
YUV 84.67 116.34 243.78 -
System Red Green Blue C M Y K H S L
Decimal 247 6 64 0 0.98 0.74 0.03 345.56 0.95 0.5
Hex F7 6 40 0 62 4A 3 15A 5F 32
Octal 367 6 100 0 142 112 3 532 137 62
Binary 11110111 110 1000000 0 1100010 1001010 11 101011010 1011111 110010

Color Harmonies of #F70640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70640

Black with #F70640

Text Example


Text Example

White with #F70640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70640; }

 p { color: rgb(247,6,64); }

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

background-color css

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

 a { background-color: rgb(247,6,64); }

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

border-color css

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

 span { border-color: rgb(247,6,64); }

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