#FB22AE

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

Shades of Spicy Pink #FB22AE

Tints of Spicy Pink #FB22AE

Color information

#FB22AE (or 0xFB22AE) is unknown color: approx Spicy Pink. HEX triplet: FB, 22 and AE. RGB value is (251,34,174). Sum of RGB (Red+Green+Blue) = 251+34+174=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB22AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB22AE is #04DD51. Grayscale: #727272. Windows color (decimal): -318802 or 11412219. OLE color: 11412219.

HSL color Cylindrical-coordinate representation of color #FB22AE: hue angle of 321.29º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB22AE is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB25134174-
CMYK00.860.310.02
HSL321.29º96.44%55.88%-
HSV(B)321.29º86.45%98.43%-
XYZ4824.7142.28-
YUV114.84161.39225.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.68%
GREEN value IS 34 (13.67% from 255) = 7.41%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=54.68%
G=7.41%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513417400.860.310.02321.2996.4455.88
HexFB22AE0561F21416038
Octal37342256012637250114070
Binary11111011100010101011100101011011111101010000011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB22AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB22AE; }

 p { color: rgb(251,34,174); }

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

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

 a { background-color: rgb(251,34,174); }

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

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

 span { border-color: rgb(251,34,174); }

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