#FB1FA7

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

Shades of Spicy Pink #FB1FA7

Tints of Spicy Pink #FB1FA7

Color information

#FB1FA7 (or 0xFB1FA7) is unknown color: approx Spicy Pink. HEX triplet: FB, 1F and A7. RGB value is (251,31,167). Sum of RGB (Red+Green+Blue) = 251+31+167=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1FA7 is #04E058. Grayscale: #6F6F6F. Windows color (decimal): -319577 or 10952699. OLE color: 10952699.

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

Color convert

RGB25131167-
CMYK00.880.330.02
HSL322.91º96.49%55.29%-
HSV(B)322.91º87.65%98.43%-
XYZ47.2524.2838.76-
YUV112.28158.89226.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.90%
GREEN value IS 31 (12.5% from 255) = 6.90%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=55.90%
G=6.90%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513116700.880.330.02322.9196.4955.29
HexFB1FA70582121436037
Octal37337247013041250314067
Binary11111011111111010011101011000100001101010000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1FA7; }

 p { color: rgb(251,31,167); }

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

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

 a { background-color: rgb(251,31,167); }

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

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

 span { border-color: rgb(251,31,167); }

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