Html Css Color HEX #F70048 Torch Red

📋 copy color: '#F70048'

red 247 ◦ green 0 ◦ blue 72

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

Shades of Torch Red #F70048

Tints of Torch Red #F70048

RGB

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

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

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

R = 77.43%
G = 0%
B = 22.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F70048 (or 0xF70048) is known color: Torch Red. HEX triplet: F7, 00 and 48. RGB value is (247,0,72). Sum of RGB (Red+Green+Blue) = 247+0+72=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F70048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70048 is #08FFB7. Grayscale: #525252. Windows color (decimal): -589752 or 4718839. OLE color: 4718839.

HSL color Cylindrical-coordinate representation of color #F70048: hue angle of 342.51º 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 #F70048 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 72 -
CMYK 0 1 0.71 0.03
HSL 342.51º 1% 0.48% -
HSV(B) 342.51º 1% 0.97% -
XYZ 39.53 20.24 7.95 -
YUV 82.06 122.33 245.65 -
System Red Green Blue C M Y K H S L
Decimal 247 0 72 0 1 0.71 0.03 342.51 1 0.48
Hex F7 0 48 0 64 47 3 157 64 30
Octal 367 0 110 0 144 107 3 527 144 60
Binary 11110111 0 1001000 0 1100100 1000111 11 101010111 1100100 110000

Color Harmonies of #F70048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70048

Black with #F70048

Text Example


Text Example

White with #F70048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70048; }

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

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

background-color css

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

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

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

border-color css

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

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

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