#FF22BB

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

Shades of Spicy Pink #FF22BB

Tints of Spicy Pink #FF22BB

Color information

#FF22BB (or 0xFF22BB) is unknown color: approx Spicy Pink. HEX triplet: FF, 22 and BB. RGB value is (255,34,187). Sum of RGB (Red+Green+Blue) = 255+34+187=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF22BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF22BB is #00DD44. Grayscale: #757575. Windows color (decimal): -56645 or 12264191. OLE color: 12264191.

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

Color convert

RGB25534187-
CMYK00.870.270
HSL318.46º100%56.67%-
HSV(B)318.46º86.67%100%-
XYZ50.7825.9949.35-
YUV117.52167.22226.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 34 (13.67% from 255) = 7.14%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=53.57%
G=7.14%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553418700.870.270318.4610056.67
HexFF22BB0571B013e6439
Octal37742273012733047614471
Binary1111111110001010111011010101111101101001111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF22BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF22BB; }

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

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

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

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

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

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

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

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