#FB4AF4

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

Shades of Pink Flamingo #FB4AF4

Tints of Pink Flamingo #FB4AF4

Color information

#FB4AF4 (or 0xFB4AF4) is unknown color: approx Pink Flamingo. HEX triplet: FB, 4A and F4. RGB value is (251,74,244). Sum of RGB (Red+Green+Blue) = 251+74+244=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 74 (29.30% from 255 or 13.01% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF4 is #04B50B. Grayscale: #919191. Windows color (decimal): -308492 or 16009979. OLE color: 16009979.

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

Color convert

RGB25174244-
CMYK00.710.030.02
HSL302.37º95.68%63.73%-
HSV(B)302.37º70.52%98.43%-
XYZ58.5631.9488.67-
YUV146.3183.14202.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 74 (29.30% from 255) = 13.01%
BLUE value IS 244 (95.70% from 255) = 42.88%
R=44.11%
G=13.01%
B=42.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517424400.710.030.02302.3795.6863.73
HexFB4AF40473212e6040
Octal373112364010732456140100
Binary1111101110010101111010001000111111010010111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AF4; }

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

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

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

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

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

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

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

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