Html Css Color HEX #F70139 Torch Red

📋 copy color: '#F70139'

red 247 ◦ green 1 ◦ blue 57

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

Shades of Torch Red #F70139

Tints of Torch Red #F70139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 57 (22.66% from 255) = 18.69%

R = 80.98%
G = 0.33%
B = 18.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F70139 (or 0xF70139) is known color: Torch Red. HEX triplet: F7, 01 and 39. RGB value is (247,1,57). Sum of RGB (Red+Green+Blue) = 247+1+57=305 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.98% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 247 - color contains mainly: red. Hex color #F70139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70139 is #08FEC6. Grayscale: #505050. Windows color (decimal): -589511 or 3736055. OLE color: 3736055.

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

Color convert

RGB 247 1 57 -
CMYK 0 1.00 0.77 0.03
HSL 346.34º 0.99% 0.49% -
HSV(B) 346.34º 1% 0.97% -
XYZ 39.11 20.09 5.69 -
YUV 80.94 114.5 246.45 -
System Red Green Blue C M Y K H S L
Decimal 247 1 57 0 1.00 0.77 0.03 346.34 0.99 0.49
Hex F7 1 39 0 64 4D 3 15A 63 31
Octal 367 1 71 0 144 115 3 532 143 61
Binary 11110111 1 111001 0 1100100 1001101 11 101011010 1100011 110001

Color Harmonies of #F70139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70139

Black with #F70139

Text Example


Text Example

White with #F70139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70139; }

 p { color: rgb(247,1,57); }

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

background-color css

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

 a { background-color: rgb(247,1,57); }

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

border-color css

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

 span { border-color: rgb(247,1,57); }

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