#FB4AF8

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

Shades of Pink Flamingo #FB4AF8

Tints of Pink Flamingo #FB4AF8

Color information

#FB4AF8 (or 0xFB4AF8) is unknown color: approx Pink Flamingo. HEX triplet: FB, 4A and F8. RGB value is (251,74,248). Sum of RGB (Red+Green+Blue) = 251+74+248=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 74 (29.30% from 255 or 12.91% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF8 is #04B507. Grayscale: #929292. Windows color (decimal): -308488 or 16272123. OLE color: 16272123.

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

Color convert

RGB25174248-
CMYK00.710.010.02
HSL301.02º95.68%63.73%-
HSV(B)301.02º70.52%98.43%-
XYZ59.1832.1891.9-
YUV146.76185.14202.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 74 (29.30% from 255) = 12.91%
BLUE value IS 248 (97.27% from 255) = 43.28%
R=43.80%
G=12.91%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517424800.710.010.02301.0295.6863.73
HexFB4AF80471212d6040
Octal373112370010712455140100
Binary111110111001010111110000100011111010010110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AF8; }

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

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

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

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

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

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

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

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