#FD128A

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

Shades of Deep Pink #FD128A

Tints of Deep Pink #FD128A

Color information

#FD128A (or 0xFD128A) is unknown color: approx Deep Pink. HEX triplet: FD, 12 and 8A. RGB value is (253,18,138). Sum of RGB (Red+Green+Blue) = 253+18+138=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD128A is #02ED75. Grayscale: #656565. Windows color (decimal): -191862 or 9048829. OLE color: 9048829.

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

Color convert

RGB25318138-
CMYK00.930.450.01
HSL329.36º98.33%53.14%-
HSV(B)329.36º92.89%99.22%-
XYZ45.3123.1526.13-
YUV101.94148.36235.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.86%
GREEN value IS 18 (7.42% from 255) = 4.40%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=61.86%
G=4.40%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531813800.930.450.01329.3698.3353.14
HexFD128A05D2D11496235
Octal37522212013555151114265
Binary1111110110010100010100101110110110111010010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD128A; }

 p { color: rgb(253,18,138); }

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

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

 a { background-color: rgb(253,18,138); }

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

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

 span { border-color: rgb(253,18,138); }

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