Html Css Color HEX #F71077 Deep Pink

📋 copy color: '#F71077'

red 247 ◦ green 16 ◦ blue 119

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

Shades of Deep Pink #F71077

Tints of Deep Pink #F71077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

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

R = 64.66%
G = 4.19%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F71077 (or 0xF71077) is known color: Deep Pink. HEX triplet: F7, 10 and 77. RGB value is (247,16,119). Sum of RGB (Red+Green+Blue) = 247+16+119=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F71077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71077 is #08EF88. Grayscale: #606060. Windows color (decimal): -585609 or 7803127. OLE color: 7803127.

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

Color convert

RGB 247 16 119 -
CMYK 0 0.94 0.52 0.03
HSL 333.25º 0.94% 0.52% -
HSV(B) 333.25º 0.94% 0.97% -
XYZ 41.87 21.48 19.39 -
YUV 96.81 140.53 235.12 -
System Red Green Blue C M Y K H S L
Decimal 247 16 119 0 0.94 0.52 0.03 333.25 0.94 0.52
Hex F7 10 77 0 5E 34 3 14D 5E 34
Octal 367 20 167 0 136 64 3 515 136 64
Binary 11110111 10000 1110111 0 1011110 110100 11 101001101 1011110 110100

Color Harmonies of #F71077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71077

Black with #F71077

Text Example


Text Example

White with #F71077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71077; }

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

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

background-color css

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

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

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

border-color css

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

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

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