Html Css Color HEX #F70E4C Torch Red

📋 copy color: '#F70E4C'

red 247 ◦ green 14 ◦ blue 76

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

Shades of Torch Red #F70E4C

Tints of Torch Red #F70E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.55%

R = 73.29%
G = 4.15%
B = 22.55%

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

#F70E4C (or 0xF70E4C) is known color: Torch Red. HEX triplet: F7, 0E and 4C. RGB value is (247,14,76). Sum of RGB (Red+Green+Blue) = 247+14+76=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70E4C is #08F1B3. Grayscale: #5A5A5A. Windows color (decimal): -586164 or 4984567. OLE color: 4984567.

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

Color convert

RGB 247 14 76 -
CMYK 0 0.94 0.69 0.03
HSL 344.03º 0.94% 0.51% -
HSV(B) 344.03º 0.94% 0.97% -
XYZ 39.82 20.61 8.72 -
YUV 90.74 119.69 239.46 -
System Red Green Blue C M Y K H S L
Decimal 247 14 76 0 0.94 0.69 0.03 344.03 0.94 0.51
Hex F7 E 4C 0 5E 45 3 158 5E 33
Octal 367 16 114 0 136 105 3 530 136 63
Binary 11110111 1110 1001100 0 1011110 1000101 11 101011000 1011110 110011

Color Harmonies of #F70E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70E4C

Black with #F70E4C

Text Example


Text Example

White with #F70E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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