Html Css Color HEX #F70777 Deep Pink

📋 copy color: '#F70777'

red 247 ◦ green 7 ◦ blue 119

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

Shades of Deep Pink #F70777

Tints of Deep Pink #F70777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.9%

R = 66.22%
G = 1.88%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F70777 (or 0xF70777) is known color: Deep Pink. HEX triplet: F7, 07 and 77. RGB value is (247,7,119). Sum of RGB (Red+Green+Blue) = 247+7+119=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F70777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70777 is #08F888. Grayscale: #5B5B5B. Windows color (decimal): -587913 or 7800823. OLE color: 7800823.

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

Color convert

RGB 247 7 119 -
CMYK 0 0.97 0.52 0.03
HSL 332º 0.94% 0.5% -
HSV(B) 332º 0.97% 0.97% -
XYZ 41.76 21.26 19.35 -
YUV 91.53 143.51 238.89 -
System Red Green Blue C M Y K H S L
Decimal 247 7 119 0 0.97 0.52 0.03 332 0.94 0.5
Hex F7 7 77 0 61 34 3 14C 5E 32
Octal 367 7 167 0 141 64 3 514 136 62
Binary 11110111 111 1110111 0 1100001 110100 11 101001100 1011110 110010

Color Harmonies of #F70777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70777

Black with #F70777

Text Example


Text Example

White with #F70777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70777; }

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

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

background-color css

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

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

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

border-color css

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

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

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