Html Css Color HEX #F70D4A Torch Red

📋 copy color: '#F70D4A'

red 247 ◦ green 13 ◦ blue 74

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

Shades of Torch Red #F70D4A

Tints of Torch Red #F70D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.89%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 73.95%
G = 3.89%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F70D4A (or 0xF70D4A) is known color: Torch Red. HEX triplet: F7, 0D and 4A. RGB value is (247,13,74). Sum of RGB (Red+Green+Blue) = 247+13+74=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70D4A is #08F2B5. Grayscale: #595959. Windows color (decimal): -586422 or 4853239. OLE color: 4853239.

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

Color convert

RGB 247 13 74 -
CMYK 0 0.95 0.70 0.03
HSL 344.36º 0.94% 0.51% -
HSV(B) 344.36º 0.95% 0.97% -
XYZ 39.74 20.56 8.35 -
YUV 89.92 119.02 240.04 -
System Red Green Blue C M Y K H S L
Decimal 247 13 74 0 0.95 0.70 0.03 344.36 0.94 0.51
Hex F7 D 4A 0 5F 46 3 158 5E 33
Octal 367 15 112 0 137 106 3 530 136 63
Binary 11110111 1101 1001010 0 1011111 1000110 11 101011000 1011110 110011

Color Harmonies of #F70D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D4A

Black with #F70D4A

Text Example


Text Example

White with #F70D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D4A; }

 p { color: rgb(247,13,74); }

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

background-color css

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

 a { background-color: rgb(247,13,74); }

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

border-color css

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

 span { border-color: rgb(247,13,74); }

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