#FB4AF2

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

Shades of Pink Flamingo #FB4AF2

Tints of Pink Flamingo #FB4AF2

Color information

#FB4AF2 (or 0xFB4AF2) is unknown color: approx Pink Flamingo. HEX triplet: FB, 4A and F2. RGB value is (251,74,242). Sum of RGB (Red+Green+Blue) = 251+74+242=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF2 is #04B50D. Grayscale: #919191. Windows color (decimal): -308494 or 15878907. OLE color: 15878907.

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

Color convert

RGB25174242-
CMYK00.710.040.02
HSL303.05º95.68%63.73%-
HSV(B)303.05º70.52%98.43%-
XYZ58.2631.8287.08-
YUV146.07182.14202.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 74 (29.30% from 255) = 13.05%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=44.27%
G=13.05%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517424200.710.040.02303.0595.6863.73
HexFB4AF20474212f6040
Octal373112362010742457140100
Binary11111011100101011110010010001111001010010111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AF2; }

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

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

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

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

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

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

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

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