Html Css Color HEX #F70B44 Torch Red

📋 copy color: '#F70B44'

red 247 ◦ green 11 ◦ blue 68

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

Shades of Torch Red #F70B44

Tints of Torch Red #F70B44

RGB

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

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

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

R = 75.77%
G = 3.37%
B = 20.86%

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

#F70B44 (or 0xF70B44) is known color: Torch Red. HEX triplet: F7, 0B and 44. RGB value is (247,11,68). Sum of RGB (Red+Green+Blue) = 247+11+68=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70B44 is #08F4BB. Grayscale: #585858. Windows color (decimal): -586940 or 4459511. OLE color: 4459511.

HSL color Cylindrical-coordinate representation of color #F70B44: hue angle of 345.51º 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 #F70B44 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 11 68 -
CMYK 0 0.96 0.72 0.03
HSL 345.51º 0.94% 0.51% -
HSV(B) 345.51º 0.96% 0.97% -
XYZ 39.52 20.43 7.33 -
YUV 88.06 116.69 241.37 -
System Red Green Blue C M Y K H S L
Decimal 247 11 68 0 0.96 0.72 0.03 345.51 0.94 0.51
Hex F7 B 44 0 60 48 3 15A 5E 33
Octal 367 13 104 0 140 110 3 532 136 63
Binary 11110111 1011 1000100 0 1100000 1001000 11 101011010 1011110 110011

Color Harmonies of #F70B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70B44

Black with #F70B44

Text Example


Text Example

White with #F70B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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