Html Css Color HEX #F70649 Torch Red

📋 copy color: '#F70649'

red 247 ◦ green 6 ◦ blue 73

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

Shades of Torch Red #F70649

Tints of Torch Red #F70649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 75.77%
G = 1.84%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F70649 (or 0xF70649) is known color: Torch Red. HEX triplet: F7, 06 and 49. RGB value is (247,6,73). Sum of RGB (Red+Green+Blue) = 247+6+73=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F70649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70649 is #08F9B6. Grayscale: #555555. Windows color (decimal): -588215 or 4785911. OLE color: 4785911.

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

Color convert

RGB 247 6 73 -
CMYK 0 0.98 0.70 0.03
HSL 343.32º 0.95% 0.5% -
HSV(B) 343.32º 0.98% 0.97% -
XYZ 39.63 20.39 8.15 -
YUV 85.7 120.84 243.05 -
System Red Green Blue C M Y K H S L
Decimal 247 6 73 0 0.98 0.70 0.03 343.32 0.95 0.5
Hex F7 6 49 0 62 46 3 157 5F 32
Octal 367 6 111 0 142 106 3 527 137 62
Binary 11110111 110 1001001 0 1100010 1000110 11 101010111 1011111 110010

Color Harmonies of #F70649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70649

Black with #F70649

Text Example


Text Example

White with #F70649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70649; }

 p { color: rgb(247,6,73); }

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

background-color css

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

 a { background-color: rgb(247,6,73); }

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

border-color css

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

 span { border-color: rgb(247,6,73); }

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