#fb55ff

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

Shades of Pink Flamingo #FB55FF

Tints of Pink Flamingo #FB55FF

Color information

#FB55FF (or 0xFB55FF) is unknown color: approx Pink Flamingo. HEX triplet: FB, 55 and FF. RGB value is (251,85,255). Sum of RGB (Red+Green+Blue) = 251+85+255=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 85 (33.59% from 255 or 14.38% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55FF is #04AA00. Grayscale: #999999. Windows color (decimal): -305665 or 16733691. OLE color: 16733691.

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

Color convert

RGB25185255-
CMYK0.020.6700
HSL298.59º100%66.67%-
HSV(B)298.59º66.67%100%-
XYZ61.0834.2397.99-
YUV154.01185197.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 85 (33.59% from 255) = 14.38%
BLUE value IS 255 (100% from 255) = 43.15%
R=42.47%
G=14.38%
B=43.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251852550.020.6700298.5910066.67
HexFB55FF2430012b6443
Octal373125377210300453144103
Binary111110111010101111111111010000110010010101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb55ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb55ff; }

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

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

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

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

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

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

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

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