#FF0080

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

Shades of Deep Pink #FF0080

Tints of Deep Pink #FF0080

Color information

#FF0080 (or 0xFF0080) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 80. RGB value is (255,0,128). Sum of RGB (Red+Green+Blue) = 255+0+128=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0080 is #00FF7F. Grayscale: #5A5A5A. Windows color (decimal): -65408 or 8388863. OLE color: 8388863.

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

Color convert

RGB2550128-
CMYK010.500
HSL329.88º100%50%-
HSV(B)329.88º100%100%-
XYZ45.1422.8222.45-
YUV90.84148.98245.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=66.58%
G=0%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550128010.500329.8810050
HexFF08006432014a6432
Octal3770200014462051214462
Binary111111110100000000110010011001001010010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0080; }

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

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

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

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

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

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

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

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