Html Css Color HEX #F70791 Deep Pink

📋 copy color: '#F70791'

red 247 ◦ green 7 ◦ blue 145

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

Shades of Deep Pink #F70791

Tints of Deep Pink #F70791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 61.9%
G = 1.75%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F70791 (or 0xF70791) is known color: Deep Pink. HEX triplet: F7, 07 and 91. RGB value is (247,7,145). Sum of RGB (Red+Green+Blue) = 247+7+145=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F70791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70791 is #08F86E. Grayscale: #5E5E5E. Windows color (decimal): -587887 or 9504759. OLE color: 9504759.

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

Color convert

RGB 247 7 145 -
CMYK 0 0.97 0.41 0.03
HSL 325.5º 0.94% 0.5% -
HSV(B) 325.5º 0.97% 0.97% -
XYZ 43.54 21.97 28.73 -
YUV 94.49 156.51 236.78 -
System Red Green Blue C M Y K H S L
Decimal 247 7 145 0 0.97 0.41 0.03 325.5 0.94 0.5
Hex F7 7 91 0 61 29 3 146 5E 32
Octal 367 7 221 0 141 51 3 506 136 62
Binary 11110111 111 10010001 0 1100001 101001 11 101000110 1011110 110010

Color Harmonies of #F70791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70791

Black with #F70791

Text Example


Text Example

White with #F70791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70791; }

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

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

background-color css

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

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

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

border-color css

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

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

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