#FB54F2

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

Shades of Pink Flamingo #FB54F2

Tints of Pink Flamingo #FB54F2

Color information

#FB54F2 (or 0xFB54F2) is unknown color: approx Pink Flamingo. HEX triplet: FB, 54 and F2. RGB value is (251,84,242). Sum of RGB (Red+Green+Blue) = 251+84+242=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB54F2 is #04AB0D. Grayscale: #979797. Windows color (decimal): -305934 or 15881467. OLE color: 15881467.

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

Color convert

RGB25184242-
CMYK00.670.040.02
HSL303.23º95.43%65.69%-
HSV(B)303.23º66.53%98.43%-
XYZ58.9833.2687.32-
YUV151.94178.83198.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 84 (33.20% from 255) = 14.56%
BLUE value IS 242 (94.92% from 255) = 41.94%
R=43.50%
G=14.56%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518424200.670.040.02303.2395.4365.69
HexFB54F20434212f5f42
Octal373124362010342457137102
Binary11111011101010011110010010000111001010010111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB54F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB54F2; }

 p { color: rgb(251,84,242); }

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

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

 a { background-color: rgb(251,84,242); }

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

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

 span { border-color: rgb(251,84,242); }

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