Html Css Color HEX #F70B45 Torch Red

📋 copy color: '#F70B45'

red 247 ◦ green 11 ◦ blue 69

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

Shades of Torch Red #F70B45

Tints of Torch Red #F70B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.36%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 75.54%
G = 3.36%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F70B45 (or 0xF70B45) is known color: Torch Red. HEX triplet: F7, 0B and 45. RGB value is (247,11,69). Sum of RGB (Red+Green+Blue) = 247+11+69=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70B45 is #08F4BA. Grayscale: #585858. Windows color (decimal): -586939 or 4525047. OLE color: 4525047.

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

Color convert

RGB 247 11 69 -
CMYK 0 0.96 0.72 0.03
HSL 345.25º 0.94% 0.51% -
HSV(B) 345.25º 0.96% 0.97% -
XYZ 39.55 20.44 7.49 -
YUV 88.18 117.19 241.28 -
System Red Green Blue C M Y K H S L
Decimal 247 11 69 0 0.96 0.72 0.03 345.25 0.94 0.51
Hex F7 B 45 0 60 48 3 159 5E 33
Octal 367 13 105 0 140 110 3 531 136 63
Binary 11110111 1011 1000101 0 1100000 1001000 11 101011001 1011110 110011

Color Harmonies of #F70B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70B45

Black with #F70B45

Text Example


Text Example

White with #F70B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70B45; }

 p { color: rgb(247,11,69); }

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

background-color css

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

 a { background-color: rgb(247,11,69); }

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

border-color css

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

 span { border-color: rgb(247,11,69); }

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