Html Css Color HEX #F71176 Deep Pink

📋 copy color: '#F71176'

red 247 ◦ green 17 ◦ blue 118

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

Shades of Deep Pink #F71176

Tints of Deep Pink #F71176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.45%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 64.66%
G = 4.45%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F71176 (or 0xF71176) is known color: Deep Pink. HEX triplet: F7, 11 and 76. RGB value is (247,17,118). Sum of RGB (Red+Green+Blue) = 247+17+118=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F71176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71176 is #08EE89. Grayscale: #616161. Windows color (decimal): -585354 or 7737847. OLE color: 7737847.

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

Color convert

RGB 247 17 118 -
CMYK 0 0.93 0.52 0.03
HSL 333.65º 0.93% 0.52% -
HSV(B) 333.65º 0.93% 0.97% -
XYZ 41.83 21.48 19.08 -
YUV 97.28 139.7 234.79 -
System Red Green Blue C M Y K H S L
Decimal 247 17 118 0 0.93 0.52 0.03 333.65 0.93 0.52
Hex F7 11 76 0 5D 34 3 14E 5D 34
Octal 367 21 166 0 135 64 3 516 135 64
Binary 11110111 10001 1110110 0 1011101 110100 11 101001110 1011101 110100

Color Harmonies of #F71176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71176

Black with #F71176

Text Example


Text Example

White with #F71176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71176; }

 p { color: rgb(247,17,118); }

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

background-color css

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

 a { background-color: rgb(247,17,118); }

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

border-color css

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

 span { border-color: rgb(247,17,118); }

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