#FD1687

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

Shades of Deep Pink #FD1687

Tints of Deep Pink #FD1687

Color information

#FD1687 (or 0xFD1687) is unknown color: approx Deep Pink. HEX triplet: FD, 16 and 87. RGB value is (253,22,135). Sum of RGB (Red+Green+Blue) = 253+22+135=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1687 is #02E978. Grayscale: #676767. Windows color (decimal): -190841 or 8853245. OLE color: 8853245.

HSL color Cylindrical-coordinate representation of color #FD1687: hue angle of 330.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1687 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB25322135-
CMYK00.910.470.01
HSL330.65º98.3%53.92%-
HSV(B)330.65º91.3%99.22%-
XYZ45.1723.2125.02-
YUV103.95145.53234.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.71%
GREEN value IS 22 (8.98% from 255) = 5.37%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=61.71%
G=5.37%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532213500.910.470.01330.6598.353.92
HexFD168705B2F114b6236
Octal37526207013357151314266
Binary1111110110110100001110101101110111111010010111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1687; }

 p { color: rgb(253,22,135); }

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

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

 a { background-color: rgb(253,22,135); }

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

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

 span { border-color: rgb(253,22,135); }

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