Html Css Color HEX #F70045 Torch Red

📋 copy color: '#F70045'

red 247 ◦ green 0 ◦ blue 69

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

Shades of Torch Red #F70045

Tints of Torch Red #F70045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 78.16%
G = 0%
B = 21.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F70045 (or 0xF70045) is known color: Torch Red. HEX triplet: F7, 00 and 45. RGB value is (247,0,69). Sum of RGB (Red+Green+Blue) = 247+0+69=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F70045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70045 is #08FFBA. Grayscale: #515151. Windows color (decimal): -589755 or 4522231. OLE color: 4522231.

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

Color convert

RGB 247 0 69 -
CMYK 0 1 0.72 0.03
HSL 343.24º 1% 0.48% -
HSV(B) 343.24º 1% 0.97% -
XYZ 39.43 20.2 7.45 -
YUV 81.72 120.83 245.89 -
System Red Green Blue C M Y K H S L
Decimal 247 0 69 0 1 0.72 0.03 343.24 1 0.48
Hex F7 0 45 0 64 48 3 157 64 30
Octal 367 0 105 0 144 110 3 527 144 60
Binary 11110111 0 1000101 0 1100100 1001000 11 101010111 1100100 110000

Color Harmonies of #F70045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70045

Black with #F70045

Text Example


Text Example

White with #F70045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70045; }

 p { color: rgb(247,0,69); }

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

background-color css

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

 a { background-color: rgb(247,0,69); }

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

border-color css

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

 span { border-color: rgb(247,0,69); }

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