#FF2288

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

Shades of Deep Pink #FF2288

Tints of Deep Pink #FF2288

Color information

#FF2288 (or 0xFF2288) is unknown color: approx Deep Pink. HEX triplet: FF, 22 and 88. RGB value is (255,34,136). Sum of RGB (Red+Green+Blue) = 255+34+136=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2288 is #00DD77. Grayscale: #6F6F6F. Windows color (decimal): -56696 or 8921855. OLE color: 8921855.

HSL color Cylindrical-coordinate representation of color #FF2288: hue angle of 332.31º 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 #FF2288 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB25534136-
CMYK00.870.470
HSL332.31º100%56.67%-
HSV(B)332.31º86.67%100%-
XYZ46.2624.1825.52-
YUV111.71141.72230.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 34 (13.67% from 255) = 8%
BLUE value IS 136 (53.52% from 255) = 32%
R=60%
G=8%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553413600.870.470332.3110056.67
HexFF22880572F014c6439
Octal37742210012757051414471
Binary11111111100010100010000101011110111101010011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2288; }

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

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

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

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

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

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

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

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