#F71684

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

Shades of Deep Pink #F71684

Tints of Deep Pink #F71684

Color information

#F71684 (or 0xF71684) is unknown color: approx Deep Pink. HEX triplet: F7, 16 and 84. RGB value is (247,22,132). Sum of RGB (Red+Green+Blue) = 247+22+132=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F71684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71684 is #08E97B. Grayscale: #656565. Windows color (decimal): -584060 or 8656631. OLE color: 8656631.

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

Color convert

RGB24722132-
CMYK00.910.470.03
HSL330.67º93.36%52.75%-
HSV(B)330.67º91.09%96.86%-
XYZ42.8122.0123.82-
YUV101.82145.04231.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.60%
GREEN value IS 22 (8.98% from 255) = 5.49%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=61.60%
G=5.49%
B=32.92%

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
Decimal2472213200.910.470.03330.6793.3652.75
HexF7168405B2F314b5d35
Octal36726204013357351313565
Binary11110111101101000010001011011101111111010010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71684; }

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

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

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

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

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

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

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

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