Html Css Color HEX #F71676 Deep Pink

📋 copy color: '#F71676'

red 247 ◦ green 22 ◦ blue 118

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

Shades of Deep Pink #F71676

Tints of Deep Pink #F71676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.68%

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

R = 63.82%
G = 5.68%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F71676 (or 0xF71676) is known color: Deep Pink. HEX triplet: F7, 16 and 76. RGB value is (247,22,118). Sum of RGB (Red+Green+Blue) = 247+22+118=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F71676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71676 is #08E989. Grayscale: #646464. Windows color (decimal): -584074 or 7739127. OLE color: 7739127.

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

Color convert

RGB 247 22 118 -
CMYK 0 0.91 0.52 0.03
HSL 334.4º 0.93% 0.53% -
HSV(B) 334.4º 0.91% 0.97% -
XYZ 41.91 21.66 19.11 -
YUV 100.22 138.04 232.69 -
System Red Green Blue C M Y K H S L
Decimal 247 22 118 0 0.91 0.52 0.03 334.4 0.93 0.53
Hex F7 16 76 0 5B 34 3 14E 5D 35
Octal 367 26 166 0 133 64 3 516 135 65
Binary 11110111 10110 1110110 0 1011011 110100 11 101001110 1011101 110101

Color Harmonies of #F71676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71676

Black with #F71676

Text Example


Text Example

White with #F71676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71676; }

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

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

background-color css

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

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

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

border-color css

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

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

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