#FB28BC

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

Shades of Spicy Pink #FB28BC

Tints of Spicy Pink #FB28BC

Color information

#FB28BC (or 0xFB28BC) is unknown color: approx Spicy Pink. HEX triplet: FB, 28 and BC. RGB value is (251,40,188). Sum of RGB (Red+Green+Blue) = 251+40+188=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28BC is #04D743. Grayscale: #777777. Windows color (decimal): -317252 or 12331259. OLE color: 12331259.

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

Color convert

RGB25140188-
CMYK00.840.250.02
HSL317.91º96.35%57.06%-
HSV(B)317.91º84.06%98.43%-
XYZ49.6225.6649.91-
YUV119.96166.4221.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.40%
GREEN value IS 40 (16.02% from 255) = 8.35%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=52.40%
G=8.35%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514018800.840.250.02317.9196.3557.06
HexFB28BC05419213e6039
Octal37350274012431247614071
Binary11111011101000101111000101010011001101001111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB28BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB28BC; }

 p { color: rgb(251,40,188); }

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

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

 a { background-color: rgb(251,40,188); }

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

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

 span { border-color: rgb(251,40,188); }

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