#FB55F4

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

Shades of Pink Flamingo #FB55F4

Tints of Pink Flamingo #FB55F4

Color information

#FB55F4 (or 0xFB55F4) is unknown color: approx Pink Flamingo. HEX triplet: FB, 55 and F4. RGB value is (251,85,244). Sum of RGB (Red+Green+Blue) = 251+85+244=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55F4 is #04AA0B. Grayscale: #989898. Windows color (decimal): -305676 or 16012795. OLE color: 16012795.

HSL color Cylindrical-coordinate representation of color #FB55F4: hue angle of 302.53º 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 #FB55F4 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB25185244-
CMYK00.660.030.02
HSL302.53º95.4%65.88%-
HSV(B)302.53º66.14%98.43%-
XYZ59.3633.5488.93-
YUV152.76179.5198.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 85 (33.59% from 255) = 14.66%
BLUE value IS 244 (95.70% from 255) = 42.07%
R=43.28%
G=14.66%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518524400.660.030.02302.5395.465.88
HexFB55F40423212f5f42
Octal373125364010232457137102
Binary1111101110101011111010001000010111010010111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB55F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB55F4; }

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

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

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

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

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

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

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

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