#FF1280

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

Shades of Deep Pink #FF1280

Tints of Deep Pink #FF1280

Color information

#FF1280 (or 0xFF1280) is unknown color: approx Deep Pink. HEX triplet: FF, 12 and 80. RGB value is (255,18,128). Sum of RGB (Red+Green+Blue) = 255+18+128=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1280 is #00ED7F. Grayscale: #656565. Windows color (decimal): -60800 or 8393471. OLE color: 8393471.

HSL color Cylindrical-coordinate representation of color #FF1280: hue angle of 332.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1280 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB25518128-
CMYK00.930.500
HSL332.15º100%53.53%-
HSV(B)332.15º92.94%100%-
XYZ45.3523.2522.52-
YUV101.4143.02237.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.59%
GREEN value IS 18 (7.42% from 255) = 4.49%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=63.59%
G=4.49%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551812800.930.500332.1510053.53
HexFF128005D32014c6436
Octal37722200013562051414466
Binary1111111110010100000000101110111001001010011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1280; }

 p { color: rgb(255,18,128); }

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

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

 a { background-color: rgb(255,18,128); }

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

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

 span { border-color: rgb(255,18,128); }

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