#FB44F0

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

Shades of Pink Flamingo #FB44F0

Tints of Pink Flamingo #FB44F0

Color information

#FB44F0 (or 0xFB44F0) is unknown color: approx Pink Flamingo. HEX triplet: FB, 44 and F0. RGB value is (251,68,240). Sum of RGB (Red+Green+Blue) = 251+68+240=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 68 (26.95% from 255 or 12.16% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB44F0 is #04BB0F. Grayscale: #8D8D8D. Windows color (decimal): -310032 or 15746299. OLE color: 15746299.

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

Color convert

RGB25168240-
CMYK00.730.040.02
HSL303.61º95.81%62.55%-
HSV(B)303.61º72.91%98.43%-
XYZ57.5830.9385.37-
YUV142.32183.13205.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 68 (26.95% from 255) = 12.16%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=44.90%
G=12.16%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516824000.730.040.02303.6195.8162.55
HexFB44F004942130603f
Octal37310436001114246014077
Binary1111101110001001111000001001001100101001100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB44F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB44F0; }

 p { color: rgb(251,68,240); }

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

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

 a { background-color: rgb(251,68,240); }

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

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

 span { border-color: rgb(251,68,240); }

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