#FF2280

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

Shades of Deep Pink #FF2280

Tints of Deep Pink #FF2280

Color information

#FF2280 (or 0xFF2280) is unknown color: approx Deep Pink. HEX triplet: FF, 22 and 80. RGB value is (255,34,128). Sum of RGB (Red+Green+Blue) = 255+34+128=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2280 is #00DD7F. Grayscale: #6E6E6E. Windows color (decimal): -56704 or 8397567. OLE color: 8397567.

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

Color convert

RGB25534128-
CMYK00.870.500
HSL334.48º100%56.67%-
HSV(B)334.48º86.67%100%-
XYZ45.7123.9622.64-
YUV110.79137.72230.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.15%
GREEN value IS 34 (13.67% from 255) = 8.15%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=61.15%
G=8.15%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553412800.870.500334.4810056.67
HexFF228005732014e6439
Octal37742200012762051614471
Binary11111111100010100000000101011111001001010011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2280; }

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

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

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

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

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

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

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

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