#FB44F8

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

Shades of Pink Flamingo #FB44F8

Tints of Pink Flamingo #FB44F8

Color information

#FB44F8 (or 0xFB44F8) is unknown color: approx Pink Flamingo. HEX triplet: FB, 44 and F8. RGB value is (251,68,248). Sum of RGB (Red+Green+Blue) = 251+68+248=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 68 (26.95% from 255 or 11.99% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB44F8 is #04BB07. Grayscale: #8E8E8E. Windows color (decimal): -310024 or 16270587. OLE color: 16270587.

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

Color convert

RGB25168248-
CMYK00.730.010.02
HSL300.98º95.81%62.55%-
HSV(B)300.98º72.91%98.43%-
XYZ58.7931.4291.77-
YUV143.24187.13204.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 68 (26.95% from 255) = 11.99%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=44.27%
G=11.99%
B=43.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516824800.730.010.02300.9895.8162.55
HexFB44F80491212d603f
Octal37310437001111245514077
Binary11111011100010011111000010010011101001011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB44F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB44F8; }

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

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

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

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

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

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

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

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