#FD10A0

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

Shades of Deep Pink #FD10A0

Tints of Deep Pink #FD10A0

Color information

#FD10A0 (or 0xFD10A0) is unknown color: approx Deep Pink. HEX triplet: FD, 10 and A0. RGB value is (253,16,160). Sum of RGB (Red+Green+Blue) = 253+16+160=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD10A0 is #02EF5F. Grayscale: #666666. Windows color (decimal): -192352 or 10490109. OLE color: 10490109.

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

Color convert

RGB25316160-
CMYK00.940.370.01
HSL323.54º98.34%52.75%-
HSV(B)323.54º93.68%99.22%-
XYZ47.0423.7935.37-
YUV103.28160.02234.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.97%
GREEN value IS 16 (6.64% from 255) = 3.73%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=58.97%
G=3.73%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531616000.940.370.01323.5498.3452.75
HexFD10A005E2511446235
Octal37520240013645150414265
Binary1111110110000101000000101111010010111010001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD10A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD10A0; }

 p { color: rgb(253,16,160); }

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

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

 a { background-color: rgb(253,16,160); }

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

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

 span { border-color: rgb(253,16,160); }

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