Html Css Color HEX #F70249 Torch Red

📋 copy color: '#F70249'

red 247 ◦ green 2 ◦ blue 73

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

Shades of Torch Red #F70249

Tints of Torch Red #F70249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 76.71%
G = 0.62%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F70249 (or 0xF70249) is known color: Torch Red. HEX triplet: F7, 02 and 49. RGB value is (247,2,73). Sum of RGB (Red+Green+Blue) = 247+2+73=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F70249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70249 is #08FDB6. Grayscale: #535353. Windows color (decimal): -589239 or 4784887. OLE color: 4784887.

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

Color convert

RGB 247 2 73 -
CMYK 0 0.99 0.70 0.03
HSL 342.61º 0.98% 0.49% -
HSV(B) 342.61º 0.99% 0.97% -
XYZ 39.58 20.3 8.14 -
YUV 83.35 122.17 244.73 -
System Red Green Blue C M Y K H S L
Decimal 247 2 73 0 0.99 0.70 0.03 342.61 0.98 0.49
Hex F7 2 49 0 63 46 3 157 62 31
Octal 367 2 111 0 143 106 3 527 142 61
Binary 11110111 10 1001001 0 1100011 1000110 11 101010111 1100010 110001

Color Harmonies of #F70249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70249

Black with #F70249

Text Example


Text Example

White with #F70249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70249; }

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

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

background-color css

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

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

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

border-color css

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

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

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