#FB48FA

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

Shades of Pink Flamingo #FB48FA

Tints of Pink Flamingo #FB48FA

Color information

#FB48FA (or 0xFB48FA) is unknown color: approx Pink Flamingo. HEX triplet: FB, 48 and FA. RGB value is (251,72,250). Sum of RGB (Red+Green+Blue) = 251+72+250=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 72 (28.52% from 255 or 12.57% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB48FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB48FA is #04B705. Grayscale: #919191. Windows color (decimal): -308998 or 16402683. OLE color: 16402683.

HSL color Cylindrical-coordinate representation of color #FB48FA: hue angle of 300.34º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB48FA is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB25172250-
CMYK00.710.000.02
HSL300.34º95.72%63.33%-
HSV(B)300.34º71.31%98.43%-
XYZ59.3632.0593.5-
YUV145.81186.8203.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 72 (28.52% from 255) = 12.57%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=43.80%
G=12.57%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517225000.710.000.02300.3495.7263.33
HexFB48FA0470212c603f
Octal37311037201070245414077
Binary11111011100100011111010010001110101001011001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB48FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB48FA; }

 p { color: rgb(251,72,250); }

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

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

 a { background-color: rgb(251,72,250); }

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

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

 span { border-color: rgb(251,72,250); }

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