#FB01B3

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

Shades of Shocking Pink #FB01B3

Tints of Shocking Pink #FB01B3

Color information

#FB01B3 (or 0xFB01B3) is unknown color: approx Shocking Pink. HEX triplet: FB, 01 and B3. RGB value is (251,1,179). Sum of RGB (Red+Green+Blue) = 251+1+179=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01B3 is #04FE4C. Grayscale: #5F5F5F. Windows color (decimal): -327245 or 11731451. OLE color: 11731451.

HSL color Cylindrical-coordinate representation of color #FB01B3: hue angle of 317.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01B3 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB2511179-
CMYK01.000.290.02
HSL317.28º99.21%49.41%-
HSV(B)317.28º99.6%98.43%-
XYZ47.9323.7944.71-
YUV96.04174.82238.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.24%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=58.24%
G=0.23%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251117901.000.290.02317.2899.2149.41
HexFB1B30641D213d6331
Octal3731263014435247514361
Binary111110111101100110110010011101101001111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB01B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB01B3; }

 p { color: rgb(251,1,179); }

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

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

 a { background-color: rgb(251,1,179); }

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

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

 span { border-color: rgb(251,1,179); }

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