Html Css Color HEX #F70E4D Torch Red

📋 copy color: '#F70E4D'

red 247 ◦ green 14 ◦ blue 77

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

Shades of Torch Red #F70E4D

Tints of Torch Red #F70E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.14%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 73.08%
G = 4.14%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F70E4D (or 0xF70E4D) is known color: Torch Red. HEX triplet: F7, 0E and 4D. RGB value is (247,14,77). Sum of RGB (Red+Green+Blue) = 247+14+77=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70E4D is #08F1B2. Grayscale: #5A5A5A. Windows color (decimal): -586163 or 5050103. OLE color: 5050103.

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

Color convert

RGB 247 14 77 -
CMYK 0 0.94 0.69 0.03
HSL 343.78º 0.94% 0.51% -
HSV(B) 343.78º 0.94% 0.97% -
XYZ 39.85 20.62 8.9 -
YUV 90.85 120.19 239.38 -
System Red Green Blue C M Y K H S L
Decimal 247 14 77 0 0.94 0.69 0.03 343.78 0.94 0.51
Hex F7 E 4D 0 5E 45 3 158 5E 33
Octal 367 16 115 0 136 105 3 530 136 63
Binary 11110111 1110 1001101 0 1011110 1000101 11 101011000 1011110 110011

Color Harmonies of #F70E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70E4D

Black with #F70E4D

Text Example


Text Example

White with #F70E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70E4D; }

 p { color: rgb(247,14,77); }

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

background-color css

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

 a { background-color: rgb(247,14,77); }

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

border-color css

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

 span { border-color: rgb(247,14,77); }

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