#FF22AA

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

Shades of Spicy Pink #FF22AA

Tints of Spicy Pink #FF22AA

Color information

#FF22AA (or 0xFF22AA) is unknown color: approx Spicy Pink. HEX triplet: FF, 22 and AA. RGB value is (255,34,170). Sum of RGB (Red+Green+Blue) = 255+34+170=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF22AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF22AA is #00DD55. Grayscale: #737373. Windows color (decimal): -56662 or 11150079. OLE color: 11150079.

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

Color convert

RGB25534170-
CMYK00.870.330
HSL323.08º100%56.67%-
HSV(B)323.08º86.67%100%-
XYZ49.0725.3140.33-
YUV115.58158.72227.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 34 (13.67% from 255) = 7.41%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=55.56%
G=7.41%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553417000.870.330323.0810056.67
HexFF22AA0572101436439
Octal37742252012741050314471
Binary11111111100010101010100101011110000101010000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF22AA; }

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

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

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

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

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

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

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

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