Html Css Color HEX #F70177 Deep Pink

📋 copy color: '#F70177'

red 247 ◦ green 1 ◦ blue 119

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

Shades of Deep Pink #F70177

Tints of Deep Pink #F70177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 67.3%
G = 0.27%
B = 32.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F70177 (or 0xF70177) is known color: Deep Pink. HEX triplet: F7, 01 and 77. RGB value is (247,1,119). Sum of RGB (Red+Green+Blue) = 247+1+119=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F70177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70177 is #08FE88. Grayscale: #575757. Windows color (decimal): -589449 or 7799287. OLE color: 7799287.

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

Color convert

RGB 247 1 119 -
CMYK 0 1.00 0.52 0.03
HSL 331.22º 0.99% 0.49% -
HSV(B) 331.22º 1% 0.97% -
XYZ 41.7 21.13 19.33 -
YUV 88.01 145.5 241.41 -
System Red Green Blue C M Y K H S L
Decimal 247 1 119 0 1.00 0.52 0.03 331.22 0.99 0.49
Hex F7 1 77 0 64 34 3 14B 63 31
Octal 367 1 167 0 144 64 3 513 143 61
Binary 11110111 1 1110111 0 1100100 110100 11 101001011 1100011 110001

Color Harmonies of #F70177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70177

Black with #F70177

Text Example


Text Example

White with #F70177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70177; }

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

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

background-color css

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

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

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

border-color css

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

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

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