#FB55BE

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

Shades of Hot Pink #FB55BE

Tints of Hot Pink #FB55BE

Color information

#FB55BE (or 0xFB55BE) is unknown color: approx Hot Pink. HEX triplet: FB, 55 and BE. RGB value is (251,85,190). Sum of RGB (Red+Green+Blue) = 251+85+190=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55BE is #04AA41. Grayscale: #929292. Windows color (decimal): -305730 or 12473851. OLE color: 12473851.

HSL color Cylindrical-coordinate representation of color #FB55BE: hue angle of 322.05º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55BE is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB25185190-
CMYK00.660.240.02
HSL322.05º95.4%65.88%-
HSV(B)322.05º66.14%98.43%-
XYZ52.3330.7251.89-
YUV146.6152.5202.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.72%
GREEN value IS 85 (33.59% from 255) = 16.16%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=47.72%
G=16.16%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518519000.660.240.02322.0595.465.88
HexFB55BE0421821425f42
Octal3731252760102302502137102
Binary1111101110101011011111001000010110001010100001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB55BE; }

 p { color: rgb(251,85,190); }

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

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

 a { background-color: rgb(251,85,190); }

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

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

 span { border-color: rgb(251,85,190); }

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