Html Css Color HEX #F70748 Torch Red

📋 copy color: '#F70748'

red 247 ◦ green 7 ◦ blue 72

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

Shades of Torch Red #F70748

Tints of Torch Red #F70748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 75.77%
G = 2.15%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F70748 (or 0xF70748) is known color: Torch Red. HEX triplet: F7, 07 and 48. RGB value is (247,7,72). Sum of RGB (Red+Green+Blue) = 247+7+72=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F70748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70748 is #08F8B7. Grayscale: #565656. Windows color (decimal): -587960 or 4720631. OLE color: 4720631.

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

Color convert

RGB 247 7 72 -
CMYK 0 0.97 0.71 0.03
HSL 343.75º 0.94% 0.5% -
HSV(B) 343.75º 0.97% 0.97% -
XYZ 39.6 20.39 7.98 -
YUV 86.17 120.01 242.71 -
System Red Green Blue C M Y K H S L
Decimal 247 7 72 0 0.97 0.71 0.03 343.75 0.94 0.5
Hex F7 7 48 0 61 47 3 158 5E 32
Octal 367 7 110 0 141 107 3 530 136 62
Binary 11110111 111 1001000 0 1100001 1000111 11 101011000 1011110 110010

Color Harmonies of #F70748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70748

Black with #F70748

Text Example


Text Example

White with #F70748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70748; }

 p { color: rgb(247,7,72); }

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

background-color css

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

 a { background-color: rgb(247,7,72); }

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

border-color css

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

 span { border-color: rgb(247,7,72); }

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