#FD168C

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

Shades of Deep Pink #FD168C

Tints of Deep Pink #FD168C

Color information

#FD168C (or 0xFD168C) is unknown color: approx Deep Pink. HEX triplet: FD, 16 and 8C. RGB value is (253,22,140). Sum of RGB (Red+Green+Blue) = 253+22+140=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD168C is #02E973. Grayscale: #686868. Windows color (decimal): -190836 or 9180925. OLE color: 9180925.

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

Color convert

RGB25322140-
CMYK00.910.450.01
HSL329.35º98.3%53.92%-
HSV(B)329.35º91.3%99.22%-
XYZ45.5323.3526.92-
YUV104.52148.03233.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.96%
GREEN value IS 22 (8.98% from 255) = 5.30%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=60.96%
G=5.30%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532214000.910.450.01329.3598.353.92
HexFD168C05B2D11496236
Octal37526214013355151114266
Binary1111110110110100011000101101110110111010010011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD168C; }

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

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

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

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

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

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

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

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