#F71682

Color #F71682 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F71682

Tints of Deep Pink #F71682

Color information

#F71682 (or 0xF71682) is unknown color: approx Deep Pink. HEX triplet: F7, 16 and 82. RGB value is (247,22,130). Sum of RGB (Red+Green+Blue) = 247+22+130=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F71682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71682 is #08E97D. Grayscale: #656565. Windows color (decimal): -584062 or 8525559. OLE color: 8525559.

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

Color convert

RGB24722130-
CMYK00.910.470.03
HSL331.2º93.36%52.75%-
HSV(B)331.2º91.09%96.86%-
XYZ42.6721.9623.11-
YUV101.59144.04231.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.90%
GREEN value IS 22 (8.98% from 255) = 5.51%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=61.90%
G=5.51%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472213000.910.470.03331.293.3652.75
HexF7168205B2F314b5d35
Octal36726202013357351313565
Binary11110111101101000001001011011101111111010010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71682; }

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

 H1.HeaderClassName
 {
   color: #F71682;
 }
 .AnyTagClassName
 {
   color: #F71682;
 }
</style>
background-color css

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

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

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

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

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

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