#FB4AF7

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

Shades of Pink Flamingo #FB4AF7

Tints of Pink Flamingo #FB4AF7

Color information

#FB4AF7 (or 0xFB4AF7) is unknown color: approx Pink Flamingo. HEX triplet: FB, 4A and F7. RGB value is (251,74,247). Sum of RGB (Red+Green+Blue) = 251+74+247=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 74 (29.30% from 255 or 12.94% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF7 is #04B508. Grayscale: #929292. Windows color (decimal): -308489 or 16206587. OLE color: 16206587.

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

Color convert

RGB25174247-
CMYK00.710.020.02
HSL301.36º95.68%63.73%-
HSV(B)301.36º70.52%98.43%-
XYZ59.0232.1291.09-
YUV146.64184.64202.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 74 (29.30% from 255) = 12.94%
BLUE value IS 247 (96.88% from 255) = 43.18%
R=43.88%
G=12.94%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517424700.710.020.02301.3695.6863.73
HexFB4AF70472212d6040
Octal373112367010722455140100
Binary1111101110010101111011101000111101010010110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AF7; }

 p { color: rgb(251,74,247); }

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

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

 a { background-color: rgb(251,74,247); }

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

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

 span { border-color: rgb(251,74,247); }

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